OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_run_time_in_ns
(Results
1 - 2
of
2
) sorted by null
/system/extras/simpleperf/runtest/
run_and_sleep.cpp
34
uint64_t
total_run_time_in_ns
= 0;
local
36
total_run_time_in_ns
+= RunFunction();
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
90
uint64_t
total_run_time_in_ns
= 0;
local
92
total_run_time_in_ns
+= RunFunction();
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 369 milliseconds