####gracenode.profiler
###Configuration N/A
###API: create
Profiler create(String name)
Returns an instance of Profiler class
start
void start()
Starts profiling
mark
void mark(String benchmarkPointName)
Calculate elapsed time between marks and output on profiler.stop()
stop
void stop()
Stops profiler and output the profiling results