Uses of Class
net.sourceforge.pmd.benchmark.TimedOperationCategory
-
Packages that use TimedOperationCategory Package Description net.sourceforge.pmd.benchmark -
-
Uses of TimedOperationCategory in net.sourceforge.pmd.benchmark
Methods in net.sourceforge.pmd.benchmark that return TimedOperationCategory Modifier and Type Method Description static TimedOperationCategoryTimedOperationCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static TimedOperationCategory[]TimedOperationCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.benchmark with parameters of type TimedOperationCategory Modifier and Type Method Description Map<String,net.sourceforge.pmd.benchmark.TimeTracker.TimedResult>TimingReport. getLabeledMeasurements(TimedOperationCategory category)net.sourceforge.pmd.benchmark.TimeTracker.TimedResultTimingReport. getUnlabeledMeasurements(TimedOperationCategory category)static TimedOperationTimeTracker. startOperation(TimedOperationCategory category)Starts tracking an operation.static TimedOperationTimeTracker. startOperation(TimedOperationCategory category, String label)Starts tracking an operation.
-