Searched refs:profiling_phase (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | tracked_objects.cc | 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 [all …]
|
D | tracked_objects.h | 290 DeathDataPhaseSnapshot(int profiling_phase, 301 int profiling_phase; member 362 void OnProfilingPhaseCompleted(int profiling_phase); 479 static void OnProfilingPhaseCompleted(int profiling_phase); 609 void SnapshotMaps(int profiling_phase, 615 void OnProfilingPhaseCompletedOnThread(int profiling_phase);
|
D | tracked_objects_unittest.cc | 301 EXPECT_EQ(123, data->last_phase_snapshot()->profiling_phase); in TEST_F() 328 EXPECT_EQ(123, data->last_phase_snapshot()->profiling_phase); in TEST_F()
|