Home
last modified time | relevance | path

Searched refs:profiling_phase (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dtracked_objects.cc167 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
[all …]
Dtracked_objects.h289 DeathDataPhaseSnapshot(int profiling_phase,
300 int profiling_phase; member
361 void OnProfilingPhaseCompleted(int profiling_phase);
478 static void OnProfilingPhaseCompleted(int profiling_phase);
604 void SnapshotMaps(int profiling_phase,
610 void OnProfilingPhaseCompletedOnThread(int profiling_phase);
Dtracked_objects_unittest.cc301 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()