Home
last modified time | relevance | path

Searched refs:kWall (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime_globals.h73 kWall, enumerator
80 static constexpr TraceClockSource kDefaultTraceClockSource = TraceClockSource::kWall;
Dtrace.cc125 if (clock_source != TraceClockSource::kWall) { in SetDefaultClockSource()
147 return (clock_source_ == TraceClockSource::kWall) || in UseWallClock()
Dparsed_options.cc287 {"wallclock", TraceClockSource::kWall}, in MakeParser()