OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadClocks
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
trace.cc
246
ReadClocks
(thread, &thread_clock_diff, &wall_clock_diff);
789
ReadClocks
(thread, &thread_clock_diff, &wall_clock_diff);
799
ReadClocks
(thread, &thread_clock_diff, &wall_clock_diff);
808
ReadClocks
(thread, &thread_clock_diff, &wall_clock_diff);
834
void Trace::
ReadClocks
(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) {
[
all
...]
trace.h
205
void
ReadClocks
(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff);
Completed in 43 milliseconds