Searched refs:getClock (Results 1 – 11 of 11) sorted by relevance
59 public abstract Clock getClock(); in getClock() method in TraceComponent102 public Clock getClock() { in getClock() method in TraceComponent.NoopTraceComponent
65 public static Clock getClock() { in getClock() method in Tracing66 return traceComponent.getClock(); in getClock()
55 public Clock getClock() { in getClock() method in TraceComponentImpl56 return traceComponentImplBase.getClock(); in getClock()
53 public Clock getClock() { in getClock() method in TraceComponentImplLite54 return traceComponentImplBase.getClock(); in getClock()
54 public Clock getClock() { in getClock() method in TraceComponentImpl55 return traceComponentImplBase.getClock(); in getClock()
52 public Clock getClock() { in getClock() method in TraceComponentImplLite53 return traceComponentImplBase.getClock(); in getClock()
45 assertThat(Tracing.getClock()).isInstanceOf(MillisClock.class); in implementationOfClock()
46 assertThat(Tracing.getClock()).isInstanceOf(MillisClock.class); in implementationOfClock()
45 assertThat(TraceComponent.newNoopTraceComponent().getClock()).isInstanceOf(ZeroTimeClock.class); in defaultClock()
50 assertThat(traceComponentImplBase.getClock()).isInstanceOf(MillisClock.class); in implementationOfClock()
79 public final Clock getClock() { in getClock() method in TraceComponentImplBase