Package org.nuiton.profiling
Class StatisticTrace
- java.lang.Object
-
- org.nuiton.profiling.Statistic
-
- org.nuiton.profiling.StatisticTrace
-
public class StatisticTrace extends Statistic
Permet d'avoir des statistiques sur l'utilisation de NuitonTrace lui meme pour voir l'impact qu'il a sur les performances- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
-
-
Constructor Summary
Constructors Constructor Description StatisticTrace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringformatValue(long value)You can change implementation of this method in children class (ex: convert to second for time, or 'Mo' for memory)-
Methods inherited from class org.nuiton.profiling.Statistic
add, exportCSV, exportJSON, exportText, getCall, getMax, getMean, getMin, getName, getSlopeOfLinearRegression, getStandardDeviation, getTotal
-
-
-
-
Method Detail
-
formatValue
public String formatValue(long value)
Description copied from class:StatisticYou can change implementation of this method in children class (ex: convert to second for time, or 'Mo' for memory)- Overrides:
formatValuein classStatistic- Returns:
-
-