Home
last modified time | relevance | path

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

/art/runtime/
Dglobals.h120 kWall, enumerator
127 static constexpr TraceClockSource kDefaultTraceClockSource = TraceClockSource::kWall;
Dtrace.cc141 if (clock_source != TraceClockSource::kWall) { in SetDefaultClockSource()
163 return (clock_source_ == TraceClockSource::kWall) || in UseWallClock()
Dparsed_options.cc244 {"wallclock", TraceClockSource::kWall}, in MakeParser()