Searched refs:total_time (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/pagingtest/
H A Dthrashing_test.c20 struct timeval begin_time, end_time, elapsed_time, total_time; local
25 timerclear(&total_time);
68 timeradd(&total_time, &elapsed_time, &total_time);
74 (1024 * 1024 * (total_time.tv_sec * USEC_PER_SEC + total_time.tv_usec)));
/system/extras/tests/sdcard/
H A Dtestcase.cpp150 char total_time[80]; local
152 snprintf(total_time, sizeof(total_time), "%s_total", mName);
153 mTestTimer = new StopWatch(total_time, 1);
/system/core/bootstat/
H A Dbootstat.cpp270 int32_t total_time = 0; local
272 total_time += timing.second;
276 boot_event_store->AddBootEventWithValue("boottime.bootloader.total", total_time);
/system/core/liblog/tests/
H A Dliblog_test.cpp1876 useconds_t total_time = 0; local
1880 for (; total_time < max_time; total_time += rest) {
1884 if (total_time > rest) {
1886 (unsigned)(total_time / seconds),
1887 (unsigned)(total_time % seconds));

Completed in 239 milliseconds