Skip to content

Latest commit

 

History

History

profiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

####gracenode.profiler

###Configuration N/A

###API: create

Profiler create(String name)

Returns an instance of Profiler class

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