Home
last modified time | relevance | path

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

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