Class DescribeExecutionTimeStatistics
Object
DescribeExecutionTimeStatistics
Generates report of the execution-times of different operations.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
describeExecutionTimes
(RunningSum taskTotal, RecordedExecutionTimes operations, long executionTimeTotal) Describes how long operations took to complete en aggregate with related-statistics.
-
Method Details
-
describeExecutionTimes
public static String describeExecutionTimes(RunningSum taskTotal, RecordedExecutionTimes operations, long executionTimeTotal) Describes how long operations took to complete en aggregate with related-statistics.- Parameters:
taskTotal
- how long the task in total took.operations
- how long particular operations took to execute.executionTimeTotal
- the total execution time.- Returns:
- a multi-line string which describes the operations in a human-readable way.
-