Lines Matching refs:Ticker
185 // Ticker used to provide ticks to the profiler and the sliding state
188 class Ticker: public Sampler {
190 Ticker(Isolate* isolate, int interval):
195 ~Ticker() { if (IsActive()) Stop(); }
1649 ticker_ = new Ticker(isolate, kSamplingIntervalMs);
1717 // If the ticker is NULL, Logger::SetUp has not been called yet. In