Searched defs:Ticker (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DTicker.java33 public abstract class Ticker { class
37 protected Ticker() {} method in class:Ticker
50 public static Ticker systemTicker() {
54 private static final Ticker SYSTEM_TICKER = new Ticker() {
/external/chromium/base/
H A Dtime_win_unittest.cc21 static DWORD Ticker() { function in class:__anon1649::MockTimeTicks
26 old_tick_function_ = SetMockTickFunction(&Ticker);
/external/v8/src/
H A Dlog.cc185 // Ticker used to provide ticks to the profiler and the sliding state
188 class Ticker: public Sampler { class in namespace:v8::internal
190 Ticker(Isolate* isolate, int interval): function in class:v8::internal::Ticker
195 ~Ticker() { if (IsActive()) Stop(); }
1649 ticker_ = new Ticker(isolate, kSamplingIntervalMs);

Completed in 81 milliseconds