Home
last modified time | relevance | path

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

/art/runtime/
Druntime_globals.h78 static constexpr TraceClockSource kDefaultTraceClockSource = TraceClockSource::kDual; variable
80 static constexpr TraceClockSource kDefaultTraceClockSource = TraceClockSource::kWall; variable
Druntime_options.def117 RUNTIME_OPTIONS_KEY (TraceClockSource, ProfileClock, kDefaultTraceClockSource)…
Dtrace.cc72 TraceClockSource Trace::default_clock_source_ = kDefaultTraceClockSource;