Searched refs:getDurationInSeconds (Results 1 – 3 of 3) sorted by relevance
133 totalMs += s.getDurationInSeconds() * 1000; in toString()158 public double getDurationInSeconds() { in getDurationInSeconds() method in TraceMarkParser.TraceMarkSlice
106 state.addExtraResult(key, (long) (slice.getDurationInSeconds() * NANOS_PER_S)); in testLaunchAndFinishActivity()
436 state.addExtraResult(key, (long) (slice.getDurationInSeconds() * NANOS_PER_S)); in addResultToState()