Home
last modified time | relevance | path

Searched refs:RunFunction (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/runtest/
Drun_and_sleep.cpp16 uint64_t noinline RunFunction() { in RunFunction() function
36 total_run_time_in_ns += RunFunction(); in GlobalFunction()
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/
DSleepActivity.java21 private long RunFunction() { in createRunSleepThread()
41 totalRunTimeInNs += RunFunction(); in createRunSleepThread()
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/main/java/com/example/simpleperf/simpleperfexampleofkotlin/
DSleepActivity.kt20 fun RunFunction(): Long { in createRunSleepThread() method
38 totalRunTimeInNs += RunFunction() in createRunSleepThread()
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
Dnative-lib.cpp71 static uint64_t noinline RunFunction() { in RunFunction() function
92 total_run_time_in_ns += RunFunction(); in SleepThread()
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md519 In the result, all time is taken by RunFunction(), and sleep time is ignored.
530 In the result, half of the time is taken by RunFunction(), and the other half is taken by