Home
last modified time | relevance | path

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

/art/runtime/
Druntime_globals.h155 kWall, enumerator
162 static constexpr TraceClockSource kDefaultTraceClockSource = TraceClockSource::kWall;
Dparsed_options.cc175 {"wallclock", TraceClockSource::kWall}, in MakeParser()
366 {"wallclock", TraceClockSource::kWall}, in MakeParser()
Dtrace.cc250 return TraceClockSource::kWall; in GetClockSourceFromFlags()
370 if (clock_source != TraceClockSource::kWall) { in SetDefaultClockSource()
407 return (clock_source == TraceClockSource::kWall) || (clock_source == TraceClockSource::kDual); in UseWallClock()
Druntime.cc1151 } else if (trace_config_->clock_source == TraceClockSource::kWall) { in Start()