Interface ProfilerThread.Metric
-
- All Known Implementing Classes:
JVMMemoryMetric,ProgressMetric,ReceiverStatsMetric,ResultsCache
- Enclosing class:
- ProfilerThread
public static interface ProfilerThread.MetricMetric is a collection of statistics to write on the profile csv file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getColumnNames()String[]getCurrentValues()voidtick(long currentMillis)Called with little intervals in order to process metrics on the same thread than the call to getCurrentValues
-