Home | History | Annotate | Download | only in src

Lines Matching refs:Profiler

71 // tick profiler requires code events, so --prof implies --log-code.
75 class Profiler;
296 // Profiler's sampling interval (in milliseconds).
315 // Emits the profiler's first message.
359 // Emits a profiler tick event. Used by the profiler thread.
371 // Returns whether profiler's sampler is active.
374 // The sampler used by the profiler and the sliding state window.
378 // points to a Profiler, that handles collection
380 Profiler* profiler_;
395 friend class Profiler;