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

    Modifier and Type
    Method
    Description
     
     
    void
    tick(long currentMillis)
    Called with little intervals in order to process metrics on the same thread than the call to getCurrentValues
  • Method Details

    • getColumnNames

      String[] getColumnNames()
    • getCurrentValues

      String[] getCurrentValues()
    • tick

      void tick(long currentMillis)
      Called with little intervals in order to process metrics on the same thread than the call to getCurrentValues
      Parameters:
      currentMillis - Time