Searched refs:profiler (Results 1 – 5 of 5) sorted by relevance
92 BackgroundMethodSamplingProfiler* profiler = in GetSample() local94 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); in GetSample()105 profiler->RecordMethod(method); in GetSample()113 profiler->RecordStack(stack); in GetSample()124 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) : in SampleCheckpoint() argument125 profiler_(profiler) {} in SampleCheckpoint()155 BackgroundMethodSamplingProfiler* profiler = in RunProfilerThread() local180 uint64_t delay_secs = profiler->options_.GetPeriodS() * backoff; in RunProfilerThread()186 if (profiler->options_.GetStartImmediately() && startup_delay > 0) { in RunProfilerThread()192 VLOG(profiler) << "Delaying profile start for " << delay_secs << " secs"; in RunProfilerThread()[all …]
152 profiler.cc \
493 gLogVerbosity.profiler = true; in Parse()
1444 VLOG(profiler) << "Profiler state updated to " << state; in UpdateProfilerState()
310 bool profiler; member