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

  /external/chromium_org/components/startup_metric_utils/
startup_metric_utils.h 63 class ScopedSlowStartupUMA {
65 explicit ScopedSlowStartupUMA(const std::string& histogram_name)
69 ~ScopedSlowStartupUMA();
75 DISALLOW_COPY_AND_ASSIGN(ScopedSlowStartupUMA);
startup_metric_utils.cc 205 // ScopedSlowStartupUMA class.
211 // Iterate over the stats recorded by ScopedSlowStartupUMA and create
237 ScopedSlowStartupUMA::~ScopedSlowStartupUMA() {

Completed in 1183 milliseconds