Home | History | Annotate | Download | only in browser

Lines Matching refs:UMA_HISTOGRAM_COUNTS_100

471   UMA_HISTOGRAM_COUNTS_100("Memory.ProcessLimit", process_limit);
472 UMA_HISTOGRAM_COUNTS_100("Memory.ProcessCount",
474 UMA_HISTOGRAM_COUNTS_100("Memory.ChromeProcessCount", chrome_count);
475 UMA_HISTOGRAM_COUNTS_100("Memory.ExtensionProcessCount", extension_count);
476 UMA_HISTOGRAM_COUNTS_100("Memory.OtherProcessCount", other_count);
477 UMA_HISTOGRAM_COUNTS_100("Memory.PluginProcessCount", plugin_count);
478 UMA_HISTOGRAM_COUNTS_100("Memory.PepperPluginProcessCount",
480 UMA_HISTOGRAM_COUNTS_100("Memory.PepperPluginBrokerProcessCount",
482 UMA_HISTOGRAM_COUNTS_100("Memory.RendererProcessCount", renderer_count);
483 UMA_HISTOGRAM_COUNTS_100("Memory.WorkerProcessCount", worker_count);