Home
last modified time | relevance | path

Searched defs:metrics (Results 1 – 11 of 11) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DMetricSummaryTest.java74 HashMap<String, MetricMeasurement.Metric> metrics = new HashMap<>(); in testConversion() local
DGameQualificationFpsCollectorTest.java63 List<GameQualificationMetric> metrics = mCollector.getElapsedTimes(); in basic() local
DLoopSummaryTest.java137 HashMap<String, MetricMeasurement.Metric> metrics = new HashMap<>(); in testParseRunMetrics() local
/tools/asuite/aidegen/lib/
Daidegen_metrics_unittest.py31 metrics = None variable
Daidegen_metrics.py45 metrics = None variable
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java49 public TestMetrics metrics = new TestMetrics(); field in MemoryTests
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DSliceTrack.kt46 val metrics = g.fontMetrics in paintComponent() constant
/tools/test/connectivity/acts/framework/acts/metrics/
Dcore.py86 def publish(self, metrics): argument
141 def publish(self, metrics): argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java76 … public void testEnded(TestDescription testId, long elapsedTime, HashMap<String, Metric> metrics) { in testEnded()
306 MetricSummary metrics = entry.getValue(); in createPerformanceReport() local
/tools/asuite/atest/tf_proto/
Dtest_record.proto60 map<string, tradefed.metric.Metric> metrics = 10; field
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DMetricSummary.java60 IInvocationContext context, HashMap<String, Metric> metrics) { in parseRunMetrics()