Home | History | Annotate | Download | only in src

Lines Matching refs:Ticker

183 // Ticker used to provide ticks to the profiler and the sliding state
186 class Ticker: public Sampler {
188 explicit Ticker(int interval):
191 ~Ticker() { if (IsActive()) Stop(); }
325 Ticker* Logger::ticker_ = NULL;
1473 ticker_ = new Ticker(kSamplingIntervalMs);
1536 // If the ticker is NULL, Logger::Setup has not been called yet. In