smoosh {mspath}R Documentation

Analyze Runtime Estimates and Actual Values

Description

This method combines the observed runtimes of jobs with estimates of same. The analysis is left for the caller to do.

Usage

smoosh(analyzer)

Arguments

analyzer A runAnalyzer previously populated with the runtimes of jobs.

Value

A summary of the runs, as either a link{matrix} or data.frame. Each row corresponds to a single job; the ‘ID’ column will have the ID of the first case in the job. Don't be fooled; the rest of the row applies to the whole job, and hence to all the cases in the job. The columns give the sum of the predictors (from the estimate given when the runAnalyzer was constructed) for each case in the job, and the various performance measures from the runTime for the job, labelled appropriately: cpu, wall, wait, start, end, rank. See runTime for their meaning.

Author(s)

Ross Boylan

See Also

runAnalyzer, runTime


[Package mspath version 0.9-9 Index]