Searched defs:ReadClocks (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dtrace.cc252 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
777 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
787 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
796 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
822 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) { function in class:art::Trace

Completed in 22 milliseconds