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

  /art/runtime/
profiler_options.h 45 period_s_(kDefaultPeriodS),
66 period_s_(period_s),
81 return period_s_;
119 << ", period_s=" << po.period_s_
136 uint32_t period_s_; member in class:art::ProfilerOptions
parsed_options.cc 567 if (!ParseUnsignedInteger(option, ':', &profiler_options_.period_s_)) {
    [all...]

Completed in 41 milliseconds