Home
last modified time | relevance | path

Searched refs:GetSystemClock (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/runtest/
Drun_and_sleep.cpp8 static inline uint64_t GetSystemClock() { in GetSystemClock() function
17 uint64_t start_time_in_ns = GetSystemClock(); in RunFunction()
20 return GetSystemClock() - start_time_in_ns; in RunFunction()
24 uint64_t start_time_in_ns = GetSystemClock(); in SleepFunction()
29 return GetSystemClock() - start_time_in_ns; in SleepFunction()
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
Dnative-lib.cpp64 static inline uint64_t GetSystemClock() { in GetSystemClock() function
72 uint64_t start_time_in_ns = GetSystemClock(); in RunFunction()
75 return GetSystemClock() - start_time_in_ns; in RunFunction()
79 uint64_t start_time_in_ns = GetSystemClock(); in SleepFunction()
84 return GetSystemClock() - start_time_in_ns; in SleepFunction()
/system/extras/simpleperf/
Denvironment.h89 static inline uint64_t GetSystemClock() { in GetSystemClock() function
DOfflineUnwinder.cpp228 start_time = GetSystemClock(); in UnwindCallChain()
292 unwinding_result_.used_time = GetSystemClock() - start_time; in UnwindCallChain()
Dcmd_record.cpp426 time_stat_.prepare_recording_time = GetSystemClock(); in Run()
430 time_stat_.start_recording_time = GetSystemClock(); in Run()
625 time_stat_.stop_recording_time = GetSystemClock(); in DoRecording()
629 time_stat_.finish_recording_time = GetSystemClock(); in DoRecording()
681 time_stat_.post_process_time = GetSystemClock(); in PostProcessRecording()
Devent_selection_set.cpp765 start_time_in_ns = GetSystemClock(); in ReadMmapEventData()
772 if (with_time_limit && (GetSystemClock() - start_time_in_ns) >= 1e8) { in ReadMmapEventData()
Dcmd_record_test.cpp588 uint64_t start_time_in_ns = GetSystemClock(); in TEST()
592 uint64_t end_time_in_ns = GetSystemClock(); in TEST()