Searched refs:trackStartTimeNs (Results 1 – 3 of 3) sorted by relevance
468 public void verifyAndLog(long trackStartTimeNs, @Nullable String logName) { in verifyAndLog() argument474 (int) ((getStartTimeNs() - trackStartTimeNs) / NANOS_PER_MILLISECOND); in verifyAndLog()
718 final long trackStartTimeNs = System.nanoTime(); in testTimestamp() local771 .that(stopTs.nanoTime - trackStartTimeNs) in testTimestamp()777 tsVerifier.verifyAndLog(trackStartTimeNs, "test_timestamp" /* logName */); in testTimestamp()
2231 final long trackStartTimeNs = System.nanoTime(); in doTestTimestamp() local2292 tsVerifier.verifyAndLog(trackStartTimeNs, streamName); in doTestTimestamp()