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 58 class ScopedSlowStartupUMA {
60 explicit ScopedSlowStartupUMA(const std::string& histogram_name)
64 ~ScopedSlowStartupUMA();
70 DISALLOW_COPY_AND_ASSIGN(ScopedSlowStartupUMA);
startup_metric_utils.cc 206 // ScopedSlowStartupUMA class.
212 // Iterate over the stats recorded by ScopedSlowStartupUMA and create
232 ScopedSlowStartupUMA::~ScopedSlowStartupUMA() {

Completed in 140 milliseconds