Uses of Class
org.nuiton.profiling.StatisticMethod
-
-
Uses of StatisticMethod in org.nuiton.profiling
Fields in org.nuiton.profiling with type parameters of type StatisticMethod Modifier and Type Field Description protected Map<Method,StatisticMethod>Trace. commonStatisticsstatistic on method callprotected Map<Method,StatisticMethod>Trace.StatAndStack. statisticsstatistic on method callMethods in org.nuiton.profiling that return StatisticMethod Modifier and Type Method Description StatisticMethodTrace.StatAndStack. getStatistics(Method method)Retourne les statistiques d'appele pour la methode passee en parametreMethods in org.nuiton.profiling that return types with arguments of type StatisticMethod Modifier and Type Method Description protected Map<Method,StatisticMethod>Trace. getCommonStatistics()Map<Method,StatisticMethod>Trace.StatAndStack. getStatistics()Constructor parameters in org.nuiton.profiling with type arguments of type StatisticMethod Constructor Description StatAndStack(String threadName, Map<Method,StatisticMethod> statistics, ArrayDeque<Trace.Call> stack)
-