Searched defs:ScopedSlowStartupUMA (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/startup_metric_utils/
H A Dstartup_metric_utils.h63 class ScopedSlowStartupUMA { class in namespace:startup_metric_utils
65 explicit ScopedSlowStartupUMA(const std::string& histogram_name) function in class:startup_metric_utils::ScopedSlowStartupUMA
69 ~ScopedSlowStartupUMA();
75 DISALLOW_COPY_AND_ASSIGN(ScopedSlowStartupUMA);
H A Dstartup_metric_utils.cc205 // ScopedSlowStartupUMA class.
211 // Iterate over the stats recorded by ScopedSlowStartupUMA and create
237 ScopedSlowStartupUMA::~ScopedSlowStartupUMA() {

Completed in 395 milliseconds