Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/http-proxy/src/
Dmanager.rs60 runtime: Arc<Runtime>, field
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java358 public final long runtime; field in PerfettoPullerMetricCollector.TraceProcessorResult
361 public TraceProcessorResult(File file, long runtime, String status) { in TraceProcessorResult()
386 long runtime = -1L; in convertToMetricProto() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestXmlResultParser.java177 String runtime = testcase.getAttribute("time"); in processTestResult() local