Lines Matching refs:profiling_phase
175 void DeathData::OnProfilingPhaseCompleted(int profiling_phase) { in OnProfilingPhaseCompleted() argument
178 profiling_phase, count(), run_duration_sum(), run_duration_max(), in OnProfilingPhaseCompleted()
474 void ThreadData::OnProfilingPhaseCompleted(int profiling_phase) { in OnProfilingPhaseCompleted() argument
485 thread_data->OnProfilingPhaseCompletedOnThread(profiling_phase); in OnProfilingPhaseCompleted()
655 (*phased_snapshots)[phase->profiling_phase].tasks.push_back( in SnapshotExecutedTasks()
664 void ThreadData::SnapshotMaps(int profiling_phase, in SnapshotMaps() argument
675 DeathDataPhaseSnapshot(profiling_phase, death.second.count(), in SnapshotMaps()
686 void ThreadData::OnProfilingPhaseCompletedOnThread(int profiling_phase) { in OnProfilingPhaseCompletedOnThread() argument
690 death.second.OnProfilingPhaseCompleted(profiling_phase); in OnProfilingPhaseCompletedOnThread()
954 int profiling_phase, in DeathDataPhaseSnapshot() argument
963 : profiling_phase(profiling_phase), in DeathDataPhaseSnapshot()