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

/art/runtime/
H A Dtrace.cc245 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
771 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
781 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
790 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
807 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) { function in class:art::Trace

Completed in 53 milliseconds