Uses of Class
org.anchoranalysis.core.time.RecordedExecutionTimes
Packages that use RecordedExecutionTimes
Package
Description
Recording the execution-time of operations for profiling.
Non-bean classes related to a
Task.How long particular operations take to execute.
-
Uses of RecordedExecutionTimes in org.anchoranalysis.core.time
Methods in org.anchoranalysis.core.time that return RecordedExecutionTimesModifier and TypeMethodDescriptionabstract RecordedExecutionTimesExecutionTimeRecorder.recordedTimes()The execution-times that have been recorded.ExecutionTimeRecorderIgnore.recordedTimes() -
Uses of RecordedExecutionTimes in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return RecordedExecutionTimesModifier and TypeMethodDescriptionParametersExperiment.executionTimeStatistics()The execution-times that have been recorded. -
Uses of RecordedExecutionTimes in org.anchoranalysis.experiment.time
Methods in org.anchoranalysis.experiment.time with parameters of type RecordedExecutionTimesModifier and TypeMethodDescriptionstatic StringDescribeExecutionTimeStatistics.describeExecutionTimes(RunningSum taskTotal, RecordedExecutionTimes operations, long executionTimeTotal) Describes how long operations took to complete en aggregate with related-statistics.