HomeSort by relevance Sort by last modified time
    Searched refs:profiling_phase (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/
tracked_objects.h 289 DeathDataPhaseSnapshot(int profiling_phase,
300 int profiling_phase; member in struct:tracked_objects::DeathDataPhaseSnapshot
358 // Called when the current profiling phase, identified by |profiling_phase|,
361 void OnProfilingPhaseCompleted(int profiling_phase);
472 // Called when the current profiling phase, identified by |profiling_phase|,
474 // |profiling_phase| is necessary because a child process can start after
478 static void OnProfilingPhaseCompleted(int profiling_phase);
604 void SnapshotMaps(int profiling_phase,
609 // |profiling_phase|, ends.
610 void OnProfilingPhaseCompletedOnThread(int profiling_phase);
    [all...]
tracked_objects.cc 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);
    [all...]
tracked_objects_unittest.cc 301 EXPECT_EQ(123, data->last_phase_snapshot()->profiling_phase);
328 EXPECT_EQ(123, data->last_phase_snapshot()->profiling_phase);
    [all...]

Completed in 66 milliseconds