Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects_unittest.cc93 EXPECT_EQ(run_ms, process_data_phase.tasks[0].death_data.run_duration_max); in ExpectSimpleProcessData()
231 process_data_phase.tasks[0].death_data.run_duration_max); in TEST_F()
246 EXPECT_EQ(data->run_duration_max(), 0); in TEST_F()
260 EXPECT_EQ(data->run_duration_max(), run_ms); in TEST_F()
270 EXPECT_EQ(data->run_duration_max(), run_ms); in TEST_F()
294 EXPECT_EQ(data->run_duration_max(), 0); in TEST_F()
305 EXPECT_EQ(run_ms, data->last_phase_snapshot()->death_data.run_duration_max); in TEST_F()
321 EXPECT_EQ(data->run_duration_max(), run_ms1); in TEST_F()
332 EXPECT_EQ(run_ms, data->last_phase_snapshot()->death_data.run_duration_max); in TEST_F()
350 snapshot.run_duration_max = 50; in TEST_F()
[all …]
Dtracked_objects.cc149 if (run_duration_max() < run_duration) in RecordDeath()
170 profiling_phase, count(), run_duration_sum(), run_duration_max(), in OnProfilingPhaseCompleted()
208 run_duration_max(-1), in DeathDataSnapshot()
217 int32_t run_duration_max, in DeathDataSnapshot() argument
224 run_duration_max(run_duration_max), in DeathDataSnapshot()
237 run_duration_max, run_duration_sample, in Delta()
658 death.second.run_duration_max(), in SnapshotMaps()
918 int32_t run_duration_max, in DeathDataPhaseSnapshot() argument
927 run_duration_max, in DeathDataPhaseSnapshot()
Dtracked_objects.h264 int32_t run_duration_max,
277 int32_t run_duration_max; member
292 int32_t run_duration_max,
339 int32_t run_duration_max() const { in run_duration_max() function