Uses of Class
org.nuiton.profiling.Trace.StatAndStack
-
-
Uses of Trace.StatAndStack in org.nuiton.profiling
Fields in org.nuiton.profiling declared as Trace.StatAndStack Modifier and Type Field Description protected Trace.StatAndStackTrace. monoStatAndStackFields in org.nuiton.profiling with type parameters of type Trace.StatAndStack Modifier and Type Field Description protected ConcurrentLinkedDeque<Trace.StatAndStack>Trace. allStatAndStackprotected static ThreadLocal<Trace.StatAndStack>Trace. callStacksarray : [nest method call, start time, start time with child] On ne melange pas les stack entre les threads, sinon les resultats ne veulent plus rien dire car toutes les methodes des threads sont melangeesMethods in org.nuiton.profiling that return Trace.StatAndStack Modifier and Type Method Description Trace.StatAndStackTrace. getMonoStatAndStack()Trace.StatAndStackTrace. getStack()
-