Constructor and Description |
---|
NewAnalyzerTask(PerfRunData runData) |
Modifier and Type | Method and Description |
---|---|
static Analyzer |
createAnalyzer(java.lang.String className) |
int |
doLogic()
Perform the task once (ignoring repetitions specification)
Return number of work items done by this task.
|
void |
setParams(java.lang.String params)
Set the params (analyzerClassName only), Comma-separate list of Analyzer class names.
|
boolean |
supportsParams()
Sub classes that support parameters must override this method to return
true.
|
clone, close, getBackgroundDeltaPriority, getDepth, getLogMessage, getName, getParams, getRunData, getRunInBackground, isDisableCounting, runAndMaybeStats, setDepth, setDisableCounting, setName, setRunInBackground, setup, shouldNeverLogAtStart, shouldNotRecordStats, stopNow, tearDown, toString
public NewAnalyzerTask(PerfRunData runData)
public static final Analyzer createAnalyzer(java.lang.String className) throws java.lang.Exception
java.lang.Exception
public int doLogic() throws java.io.IOException
PerfTask
public void setParams(java.lang.String params)
public boolean supportsParams()
PerfTask
supportsParams
in class PerfTask