Home | History | Annotate | Download | only in src

Lines Matching refs:Profiler

55 // tick profiler requires code events, so --prof implies --log-code.
64 class Profiler;
330 // Profiler's sampling interval (in milliseconds).
346 // Emits the profiler's first message.
363 // Emits a profiler tick event. Used by the profiler thread.
377 // The sampler used by the profiler and the sliding state window.
381 // points to a Profiler, that handles collection
383 Profiler* profiler_;
393 friend class Profiler;