HomeSort by relevance Sort by last modified time
    Searched refs:SleepFunction (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/
SleepActivity.java 29 private long SleepFunction(long sleepTimeInNs) {
43 totalSleepTimeInNs += SleepFunction(
  /system/extras/simpleperf/runtest/
run_and_sleep.cpp 23 uint64_t noinline SleepFunction(unsigned long long sleep_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 78 static uint64_t noinline SleepFunction(unsigned long long sleep_time_in_ns) {
94 total_sleep_time_in_ns += SleepFunction(total_run_time_in_ns - total_sleep_time_in_ns);

Completed in 705 milliseconds