Home
last modified time | relevance | path

Searched refs:GetClockOverheadNanoSeconds (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.h72 uint32_t GetClockOverheadNanoSeconds();
Dtrace.cc191 uint32_t Trace::GetClockOverheadNanoSeconds() { in GetClockOverheadNanoSeconds() function in art::Trace
475 clock_overhead_ns_(GetClockOverheadNanoSeconds()), cur_offset_(0), overflow_(false) { in Trace()