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

  /art/runtime/
trace.h 118 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff);
trace.cc 260 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
593 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
604 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
613 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
625 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) {

Completed in 44 milliseconds