MetricType
public
final
enum
MetricType
extends Enum<MetricType>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.profiler.recorder.MetricType> | |
↳ | com.android.tradefed.profiler.recorder.MetricType |
An enum describing different ways that TraceMetric
s can be aggregated.
Summary
Enum values | |
---|---|
MetricType |
AVG
|
MetricType |
AVGTIME
|
MetricType |
COUNT
|
MetricType |
COUNTPOS
|
MetricType |
MAX
|
MetricType |
MIN
|
MetricType |
SUM
|
Public methods | |
---|---|
static
MetricType
|
valueOf(String name)
|
static
final
MetricType[]
|
values()
|
Enum values
Public methods
Interfaces
Classes
Enums
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.