Searched refs:RunFunction (Results 1 – 5 of 5) sorted by relevance
16 uint64_t noinline RunFunction() { in RunFunction() function36 total_run_time_in_ns += RunFunction(); in GlobalFunction()
21 private long RunFunction() { in createRunSleepThread()41 totalRunTimeInNs += RunFunction(); in createRunSleepThread()
20 fun RunFunction(): Long { in createRunSleepThread() method38 totalRunTimeInNs += RunFunction() in createRunSleepThread()
71 static uint64_t noinline RunFunction() { in RunFunction() function92 total_run_time_in_ns += RunFunction(); in SleepThread()
519 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