| ComputeAverageTime {RHPCBenchmark} | R Documentation |
Computes the average of a vector of performance trial times
Description
ComputeAverageTime computes the average of a vector of performance
trial times. The average is computed only over the first
numberOfSuccessfulTrials elements of the times vector.
Usage
ComputeAverageTime(numberOfSuccessfulTrials, times)
Arguments
numberOfSuccessfulTrials |
the number of successful performance trials to be averaged over |
times |
a vector of wall clock times for the performance trials |
[Package RHPCBenchmark version 0.1.0 Index]