addResult {mspath} | R Documentation |
Once you have timing information on a job, use this function to add the results to the analyzer.
addResult(analyzer, runTime)
analyzer |
An runAnalyzer |
runTime |
A runTime with the job and how
long it took |
The analyzer
, suitably updated. You must capture
this value for the new data to be permanent.
Ross Boylan
runAnalyzer
provides fuller discussion and
example.