Home | History | Annotate | Download | only in src

Lines Matching refs:Ticker

674 // Ticker used to provide ticks to the profiler and the sliding state
677 class Ticker: public Sampler {
679 Ticker(Isolate* isolate, int interval):
683 ~Ticker() { if (IsActive()) Stop(); }
1843 ticker_ = new Ticker(isolate, kSamplingIntervalMs);