HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultTraceClockSource (Results 1 - 3 of 3) sorted by null

  /art/runtime/
globals.h 116 static constexpr TraceClockSource kDefaultTraceClockSource = kTraceClockSourceDual;
118 static constexpr TraceClockSource kDefaultTraceClockSource = kTraceClockSourceWall;
parsed_options.cc 273 profile_clock_source_ = kDefaultTraceClockSource;
    [all...]
trace.cc 117 TraceClockSource Trace::default_clock_source_ = kDefaultTraceClockSource;

Completed in 197 milliseconds