addResult {mspath}R Documentation

Add a Job Run's Results to the Analyzer

Description

Once you have timing information on a job, use this function to add the results to the analyzer.

Usage

addResult(analyzer, runTime)

Arguments

analyzer An runAnalyzer
runTime A runTime with the job and how long it took

Value

The analyzer, suitably updated. You must capture this value for the new data to be permanent.

Author(s)

Ross Boylan

See Also

runAnalyzer provides fuller discussion and example.


[Package mspath version 0.9-9 Index]