Home
last modified time | relevance | path

Searched refs:num_procs (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_shutdown.cc264 int num_procs, in ReadLastShutdownFile() argument
275 if (type == NOT_VALID || shutdown_ms == 0 || num_procs == 0) in ReadLastShutdownFile()
302 TimeDelta::FromMilliseconds(shutdown_ms / num_procs)); in ReadLastShutdownFile()
303 UMA_HISTOGRAM_COUNTS_100("Shutdown.renderers.total", num_procs); in ReadLastShutdownFile()
311 int num_procs = prefs->GetInteger(prefs::kShutdownNumProcesses); in ReadLastShutdownInfo() local
322 &ReadLastShutdownFile, type, num_procs, num_procs_slow)); in ReadLastShutdownInfo()