Home
last modified time | relevance | path

Searched refs:getDurationInSeconds (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DTraceMarkParser.java133 totalMs += s.getDurationInSeconds() * 1000; in toString()
158 public double getDurationInSeconds() { in getDurationInSeconds() method in TraceMarkParser.TraceMarkSlice
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DInternalWindowOperationPerfTest.java106 state.addExtraResult(key, (long) (slice.getDurationInSeconds() * NANOS_PER_S)); in testLaunchAndFinishActivity()
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java436 state.addExtraResult(key, (long) (slice.getDurationInSeconds() * NANOS_PER_S)); in addResultToState()