Home
last modified time | relevance | path

Searched refs:measurements (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/proto/
Dmetric_measurement.proto23 // Represents what is the expected directionality of the measurements
26 // of the list of measurements has a desired pattern that we can refer too for
55 // Represents a list of string measurements
60 // Represents a list of numeric measurements
65 // Represents a list of float measurements
70 // Represents the full metric: The measurements and its metadata
72 // The measurements
73 Measurements measurements = 1; field
75 // The Unit of the measurements.
78 // The Directionality of the measurements
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DCodeCoverageTestBase.java230 List<File> measurements = coverageListener.getCoverageFiles(); in run() local
232 File report = generateCoverageReport(measurements, format); in run()