Home | History | Annotate | Download | only in profiling

Lines Matching refs:ScopedProfilingLabel

17 //   ScopedProfilingLabel, RegisterCurrentThreadForProfiling.
116 // in the instrumented code (see ScopedProfilingLabel).
202 // ScopedProfilingLabel is how one instruments code for profiling
203 // with this profiler. Construct local ScopedProfilingLabel variables,
208 class ScopedProfilingLabel {
212 explicit ScopedProfilingLabel(const char* label)
217 ~ScopedProfilingLabel() { profiling_stack_->Pop(); }
231 // This empty definition of ScopedProfilingLabel ensures that
233 struct ScopedProfilingLabel {
234 explicit ScopedProfilingLabel(const char*) {}