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