Home
last modified time | relevance | path

Searched refs:total_time (Results 1 – 2 of 2) sorted by relevance

/system/extras/tests/pagingtest/
Dthrashing_test.c20 struct timeval begin_time, end_time, elapsed_time, total_time; in thrashing_test() local
25 timerclear(&total_time); in thrashing_test()
68 timeradd(&total_time, &elapsed_time, &total_time); in thrashing_test()
74 (1024 * 1024 * (total_time.tv_sec * USEC_PER_SEC + total_time.tv_usec))); in thrashing_test()
/system/core/bootstat/
Dbootstat.cpp1201 int32_t total_time = 0; in GetBootloaderTime() local
1203 total_time += timing.second; in GetBootloaderTime()
1206 return total_time; in GetBootloaderTime()
1213 int32_t total_time = 0; in RecordBootloaderTimings() local
1215 total_time += timing.second; in RecordBootloaderTimings()
1219 boot_event_store->AddBootEventWithValue("boottime.bootloader.total", total_time); in RecordBootloaderTimings()