OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_sleep_time_in_ns
(Results
1 - 2
of
2
) sorted by null
/system/extras/simpleperf/runtest/
run_and_sleep.cpp
33
uint64_t
total_sleep_time_in_ns
= 0;
local
37
if (
total_sleep_time_in_ns
< total_run_time_in_ns) {
38
total_sleep_time_in_ns
+= SleepFunction(total_run_time_in_ns -
total_sleep_time_in_ns
);
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
native-lib.cpp
89
uint64_t
total_sleep_time_in_ns
= 0;
local
93
if (
total_sleep_time_in_ns
< total_run_time_in_ns) {
94
total_sleep_time_in_ns
+= SleepFunction(total_run_time_in_ns -
total_sleep_time_in_ns
);
Completed in 133 milliseconds