Class DescribeExecutionTimeStatistics
Object
org.anchoranalysis.experiment.time.DescribeExecutionTimeStatistics
public class DescribeExecutionTimeStatistics extends Object
Generates report of the execution-times of different operations.
- Author:
- Owen Feehan
-
Method Summary
Modifier and Type Method Description static StringdescribeExecutionTimes(org.anchoranalysis.math.arithmetic.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(org.anchoranalysis.math.arithmetic.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.
-