Searched refs:time_per_fmt (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dbrowser_shutdown.cc279 const char *time_per_fmt = "Shutdown.%s.time_per_process"; 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");
/external/chromium_org/chrome/browser/
H A Dbrowser_shutdown.cc276 const char* time_per_fmt = "Shutdown.%s.time_per_process"; local
281 time_per = base::StringPrintf(time_per_fmt, "window_close");
284 time_per = base::StringPrintf(time_per_fmt, "browser_exit");
287 time_per = base::StringPrintf(time_per_fmt, "end_session");

Completed in 119 milliseconds