Arguments
benchmarkName
character string specifying the name of the
microbenchmark
numberOfThreads
the number of threads all of the performance trials
were conducted with
dimensionParameters
an integer vector specifying the dimension
parameters the microbenchmark uses to define the matrix dimensions to be
tested with; length is assumed to be greater than zero
numberOfSuccessfulTrials
an integer vector specifying the number of
performance trials that were successfully performed for each matrix tested
trialTimes
a real matrix with each column containing the run times
of all of the successful performance trials associated with a particular
matrix. The number of valid entries in each column are specified by the
entries in the numberOfSuccessfulTrials vector
averageWallClockTimes
a vector of average wall clock times computed
for each matrix tested during the performance trials
standardDeviations
a vector of standard deviations of the wall clock
times obtained for each matrix tested during the performance trials