Lines Matching refs:Ticker
831 // Ticker used to provide ticks to the profiler and the sliding state834 class Ticker: public Sampler {836 Ticker(Isolate* isolate, int interval):840 ~Ticker() { if (IsActive()) Stop(); }2085 ticker_ = new Ticker(isolate, kSamplingIntervalMs);