com.android.tradefed.postprocessor
Interfaces
IPostProcessor | Post processors is a Trade Federation object meant to allow the processing of metrics and logs AFTER the tests and BEFORE result reporting. |
Classes
AggregatePostProcessor | A metric aggregator that gives the min, max, mean, variance and standard deviation for numeric metrics collected during multiple-iteration test runs, treating them as doubles. |
AveragePostProcessor | Implementation of post processor that calculate the average of the list of metrics. |
BasePostProcessor |
The base IPostProcessor that every implementation should extend.
|
StatsdEventMetricPostProcessor | A post processor that processes event metrics in statsd reports into key-value pairs, using the formatters specified on the processor. |
StatsdGenericPostProcessor | A post processor that processes binary proto statsd reports into key-value pairs by expanding the report as a tree structure. |