Home | History | Annotate | Download | only in base

Lines Matching refs:profiling_phase

167 void DeathData::OnProfilingPhaseCompleted(int profiling_phase) {
170 profiling_phase, count(), run_duration_sum(), run_duration_max(),
465 void ThreadData::OnProfilingPhaseCompleted(int profiling_phase) {
476 thread_data->OnProfilingPhaseCompletedOnThread(profiling_phase);
636 (*phased_snapshots)[phase->profiling_phase].tasks.push_back(
645 void ThreadData::SnapshotMaps(int profiling_phase,
656 DeathDataPhaseSnapshot(profiling_phase, death.second.count(),
667 void ThreadData::OnProfilingPhaseCompletedOnThread(int profiling_phase) {
671 death.second.OnProfilingPhaseCompleted(profiling_phase);
915 int profiling_phase,
924 : profiling_phase(profiling_phase),