Uses of Class
callStack.profiler.ProfileEvent
-
Packages that use ProfileEvent Package Description callStack.profiler -
-
Uses of ProfileEvent in callStack.profiler
Methods in callStack.profiler that return ProfileEvent Modifier and Type Method Description ProfileEventProfileEvent. getEvent(String str)static ProfileEventCProf. getParent()ProfileEventProfileEvent. getParent()static ProfileEventCProf. getRootEvent()static ProfileEventCProf. prof(String name, boolean aggregate, groovy.lang.Closure profileMe)static ProfileEventCProf. prof(String name, groovy.lang.Closure profileMe)static ProfileEventCProf. stop(String name)static ProfileEventCProf. stop(String name, boolean aggregate)Methods in callStack.profiler that return types with arguments of type ProfileEvent Modifier and Type Method Description Collection<ProfileEvent>ProfileEvent. getChildren()Map<String,ProfileEvent>ProfileEvent. getChildrenAsMap()Methods in callStack.profiler with parameters of type ProfileEvent Modifier and Type Method Description voidProfileEvent. addChild(ProfileEvent child)static voidCProf. initRootEvent(ProfileEvent rootEvent)voidProfileEvent. setParent(ProfileEvent parent)Method parameters in callStack.profiler with type arguments of type ProfileEvent Modifier and Type Method Description voidProfileEvent. setChildrenAsMap(Map<String,ProfileEvent> childrenAsMap)
-