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/
trace.cc
627
uint64_t
clock_base
= thread->GetTraceClockBase();
local
628
if (UNLIKELY(
clock_base
== 0)) {
633
*thread_clock_diff = thread->GetCpuMicroTime() -
clock_base
;
thread.h
751
void SetTraceClockBase(uint64_t
clock_base
) {
752
tls64_.trace_clock_base =
clock_base
;
[
all
...]
Completed in 36 milliseconds