OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clock_base
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
thread.h
567
void SetTraceClockBase(uint64_t
clock_base
) {
568
trace_clock_base_ =
clock_base
;
trace.cc
590
uint64_t
clock_base
= thread->GetTraceClockBase();
local
591
if (UNLIKELY(
clock_base
== 0)) {
596
*thread_clock_diff = thread->GetCpuMicroTime() -
clock_base
;
Completed in 40 milliseconds