ComputeStandardDeviation: Computes the standard deviation of a vector of performance...

Description Usage Arguments

View source: R/benchmarking_utils.R

Description

ComputeStandardDeviation computes the standard deviation of a vector of performance trial times. The standard deviation is computed only over the first numberOfSuccessfulTrials elements of the times vector.

Usage

1
ComputeStandardDeviation(numberOfSuccessfulTrials, times)

Arguments

numberOfSuccessfulTrials

the number of successful performance trials over which the standard deviation will be computed

times

a vector of wall clock times for the performance trials


RHPCBenchmark documentation built on May 2, 2019, 6:40 a.m.