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, standard deviation, total, count and optionally percentiles 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.
|
MetricFilePostProcessor | Used for uploading the metrics log file collected during the test and run level. |