Interface ProfilerThread.Metric
-
- All Known Implementing Classes:
JVMMemoryMetric
,ProgressMetric
,ReceiverStatsMetric
,ResultsCache
- Enclosing class:
- ProfilerThread
public static interface ProfilerThread.Metric
Metric 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()
void
tick(long currentMillis)
Called with little intervals in order to process metrics on the same thread than the call to getCurrentValues
-