Package callStack.profiler
Class CProf
java.lang.Object
callStack.profiler.CProf
@CompileStatic public class CProf extends Object
-
Field Summary
Fields Modifier and Type Field Description static AtomicBooleanturnTreeProfilingOff -
Constructor Summary
Constructors Constructor Description CProf() -
Method Summary
Modifier and Type Method Description static voidclear()static ProfileEventgetParent()static ProfileEventgetRootEvent()static voidinitRootEvent(ProfileEvent rootEvent)static StringprettyPrint()static ProfileEventprof(String name, boolean aggregate, groovy.lang.Closure profileMe)static ProfileEventprof(String name, groovy.lang.Closure profileMe)static voidstart(String name)static ProfileEventstop(String name)static ProfileEventstop(String name, boolean aggregate)
-
Field Details
-
Constructor Details
-
CProf
public CProf()
-
-
Method Details
-
clear
public static void clear() -
start
-
getParent
-
stop
-
stop
-
prof
-
prof
-
prettyPrint
-
getRootEvent
-
initRootEvent
-