Package net.sourceforge.pmd.benchmark
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,net.sourceforge.pmd.benchmark.TimeTracker.TimedResult>
getLabeledMeasurements(TimedOperationCategory category)
net.sourceforge.pmd.benchmark.TimeTracker.TimedResult
getUnlabeledMeasurements(TimedOperationCategory category)
long
getWallClockMillis()
-
-
-
Method Detail
-
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()
-
-