Uses of Class
org.nuiton.profiling.Trace.Call
-
-
Uses of Trace.Call in org.nuiton.profiling
Fields in org.nuiton.profiling with type parameters of type Trace.Call Modifier and Type Field Description protected ArrayDeque<Trace.Call>Trace.StatAndStack. stackvariable used when Trace instanciated in monothread modeConstructor parameters in org.nuiton.profiling with type arguments of type Trace.Call Constructor Description StatAndStack(String threadName, Map<Method,StatisticMethod> statistics, ArrayDeque<Trace.Call> stack)
-