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

  /external/chromium/chrome/browser/
browser_shutdown.cc 281 std::string time_per; local
284 time_per = StringPrintf(time_per_fmt, "window_close");
287 time_per = StringPrintf(time_per_fmt, "browser_exit");
290 time_per = StringPrintf(time_per_fmt, "end_session");
301 UMA_HISTOGRAM_TIMES(time_per.c_str(),
  /external/chromium_org/chrome/browser/
browser_shutdown.cc 276 std::string time_per; local
279 time_per = base::StringPrintf(time_per_fmt, "window_close");
282 time_per = base::StringPrintf(time_per_fmt, "browser_exit");
285 time_per = base::StringPrintf(time_per_fmt, "end_session");
296 UMA_HISTOGRAM_TIMES(time_per.c_str(),

Completed in 600 milliseconds