Uses of Class
org.anchoranalysis.core.time.RecordedExecutionTimes.RecordedOperation
Packages that use RecordedExecutionTimes.RecordedOperation
Package
Description
Recording the execution-time of operations for profiling.
-
Uses of RecordedExecutionTimes.RecordedOperation in org.anchoranalysis.core.time
Method parameters in org.anchoranalysis.core.time with type arguments of type RecordedExecutionTimes.RecordedOperationModifier and TypeMethodDescriptionvoid
RecordedExecutionTimes.forEach
(Consumer<RecordedExecutionTimes.RecordedOperation> consumer) For each unique operation with a recorded-time, callconsumer
.Constructor parameters in org.anchoranalysis.core.time with type arguments of type RecordedExecutionTimes.RecordedOperationModifierConstructorDescriptionRecordedExecutionTimes
(Stream<RecordedExecutionTimes.RecordedOperation> runningTimes) Create with the running-times.