Home | History | Annotate | Download | only in icachetest

Lines Matching defs:Profiler

34 class Profiler {
65 static Profiler& get() noexcept;
68 Profiler(const Profiler& rhs) = delete;
69 Profiler(Profiler&& rhs) = delete;
70 Profiler& operator=(const Profiler& rhs) = delete;
71 Profiler& operator=(Profiler&& rhs) = delete;
83 friend class Profiler;
90 } counters[Profiler::EVENT_COUNT];
219 Profiler() noexcept;
220 ~Profiler() noexcept;