Class TimingReport

java.lang.Object
net.sourceforge.pmd.benchmark.TimingReport

public class TimingReport extends Object
A report on timing data obtained through the execution of PMD
Author:
Juan Martín Sotuyo Dodero
  • Method Details

    • getLabeledMeasurements

      public Map<String,net.sourceforge.pmd.benchmark.TimeTracker.TimedResult> getLabeledMeasurements(TimedOperationCategory category)
    • getUnlabeledMeasurements

      public net.sourceforge.pmd.benchmark.TimeTracker.TimedResult getUnlabeledMeasurements(TimedOperationCategory category)
    • getWallClockMillis

      public long getWallClockMillis()