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

  /external/chromium_org/chrome/common/
startup_metric_utils.h 46 class ScopedSlowStartupUMA {
48 explicit ScopedSlowStartupUMA(const std::string& histogram_name)
52 ~ScopedSlowStartupUMA();
58 DISALLOW_COPY_AND_ASSIGN(ScopedSlowStartupUMA);
startup_metric_utils.cc 121 // ScopedSlowStartupUMA class.
127 // Iterate over the stats recorded by ScopedSlowStartupUMA and create
147 ScopedSlowStartupUMA::~ScopedSlowStartupUMA() {

Completed in 57 milliseconds