Uses of Class
org.processmining.trafficlightcc.util.stopwatch.StopwatchMilestone
-
Packages that use StopwatchMilestone Package Description org.processmining.trafficlightcc.util.stopwatch -
-
Uses of StopwatchMilestone in org.processmining.trafficlightcc.util.stopwatch
Methods in org.processmining.trafficlightcc.util.stopwatch that return StopwatchMilestone Modifier and Type Method Description static StopwatchMilestoneStopwatchMilestone. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StopwatchMilestone[]StopwatchMilestone. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.trafficlightcc.util.stopwatch that return types with arguments of type StopwatchMilestone Modifier and Type Method Description java.util.EnumMap<StopwatchMilestone,TimeMeasurement>PerformanceLogger. getMeasurements()Methods in org.processmining.trafficlightcc.util.stopwatch with parameters of type StopwatchMilestone Modifier and Type Method Description voidPerformanceLogger. pauseMeasurement(StopwatchMilestone milestone)voidPerformanceLogger. resumeMeasurement(StopwatchMilestone milestone)voidPerformanceLogger. startMeasurement(StopwatchMilestone milestone)voidPerformanceLogger. stopMeasurement(StopwatchMilestone milestone)
-