public class RepSumByNameTask extends ReportTask
| Constructor and Description |
|---|
RepSumByNameTask(PerfRunData runData) |
| Modifier and Type | Method and Description |
|---|---|
int |
doLogic()
Perform the task once (ignoring repetitions specification)
Return number of work items done by this task.
|
protected Report |
reportSumByName(List<TaskStats> taskStats)
Report statistics as a string, aggregate for tasks named the same.
|
genPartialReport, longestOp, shouldNeverLogAtStart, shouldNotRecordStats, tableTitle, taskReportLineclone, close, getBackgroundDeltaPriority, getDepth, getLogMessage, getName, getParams, getRunData, getRunInBackground, isDisableCounting, runAndMaybeStats, setDepth, setDisableCounting, setName, setParams, setRunInBackground, setup, stopNow, supportsParams, tearDown, toStringpublic RepSumByNameTask(PerfRunData runData)
public int doLogic()
throws Exception
PerfTask