Home
last modified time | relevance | path

Searched defs:end_time (Results 1 – 9 of 9) sorted by relevance

/system/extras/tests/pagingtest/
Dmmap_test.c14 struct timeval begin_time, end_time, elapsed_time; in mmap_test() local
Dpageinout_test.c21 struct timeval begin_time, end_time, elapsed_time, total_time_in, total_time_out; in pageinout_test() local
Dthrashing_test.c20 struct timeval begin_time, end_time, elapsed_time, total_time; in thrashing_test() local
/system/extras/crypto-perf/
Dcrypto.cpp115 struct timeval begin_time, end_time, elapsed_time; in main() local
/system/extras/simpleperf/
Dcpu_hotplug_test.cpp245 auto end_time = std::chrono::steady_clock::now() + test_duration_for_long_tests; in TEST() local
302 auto end_time = std::chrono::steady_clock::now() + test_duration_for_long_tests; in TEST() local
387 auto end_time = start_time + test_duration_for_long_tests; in TEST() local
DIOEventLoop_test.cpp143 auto end_time = std::chrono::steady_clock::now(); in TestPeriodicEvents() local
Dcmd_stat.cpp589 auto end_time = std::chrono::steady_clock::now(); in Run() local
/system/core/storaged/include/
Dstoraged_diskstats.h51 uint64_t end_time; // monotonic time accounting ends member
/system/core/bootstat/
Dbootstat.cpp1244 void LogBootInfoToStatsd(std::chrono::milliseconds end_time, in LogBootInfoToStatsd()