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.cc157 if (run_duration_max() < run_duration) in RecordDeath()
178 profiling_phase, count(), run_duration_sum(), run_duration_max(), in OnProfilingPhaseCompleted()
216 run_duration_max(-1), in DeathDataSnapshot()
225 int32_t run_duration_max, in DeathDataSnapshot() argument
232 run_duration_max(run_duration_max), in DeathDataSnapshot()
245 run_duration_max, run_duration_sample, in Delta()
677 death.second.run_duration_max(), in SnapshotMaps()
957 int32_t run_duration_max, in DeathDataPhaseSnapshot() argument
966 run_duration_max, in DeathDataPhaseSnapshot()
Dtracked_objects.h265 int32_t run_duration_max,
278 int32_t run_duration_max; member
293 int32_t run_duration_max,
340 int32_t run_duration_max() const { in run_duration_max() function