HomeSort by relevance Sort by last modified time
    Searched refs:UMA_HISTOGRAM_TIMES (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium_org/webkit/browser/appcache/
appcache_histograms.cc 110 UMA_HISTOGRAM_TIMES("appcache.TaskQueueTime", duration);
115 UMA_HISTOGRAM_TIMES("appcache.TaskRunTime", duration);
120 UMA_HISTOGRAM_TIMES("appcache.CompletionQueueTime", duration);
125 UMA_HISTOGRAM_TIMES("appcache.CompletionRunTime", duration);
130 UMA_HISTOGRAM_TIMES("appcache.JobStartDelay.Network", duration);
135 UMA_HISTOGRAM_TIMES("appcache.JobStartDelay.Error", duration);
140 UMA_HISTOGRAM_TIMES("appcache.JobStartDelay.AppCache", duration);
  /external/chromium_org/media/base/
scoped_histogram_timer.h 26 UMA_HISTOGRAM_TIMES(name, elapsed); \
  /external/chromium_org/ash/
keyboard_uma_event_filter.cc 44 UMA_HISTOGRAM_TIMES("Keyboard.KeystrokeDeltas", delta);
  /external/chromium_org/net/socket_stream/
socket_stream_metrics.cc 39 UMA_HISTOGRAM_TIMES("Net.SocketStream.ConnectionLatency",
46 UMA_HISTOGRAM_TIMES("Net.SocketStream.ConnectionEstablish",
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 101 UMA_HISTOGRAM_TIMES("Tab.NewTabScriptStart", duration);
103 UMA_HISTOGRAM_TIMES("Tab.NewTabDOMContentLoaded", duration);
105 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload", duration);
  /external/chromium_org/net/base/
network_change_notifier.cc 113 UMA_HISTOGRAM_TIMES("NCN.CM.FirstReadOnUnknown",
115 UMA_HISTOGRAM_TIMES("NCN.CM.FastestRTTOnUnknown",
119 UMA_HISTOGRAM_TIMES("NCN.CM.FirstReadOnEthernet",
121 UMA_HISTOGRAM_TIMES("NCN.CM.FastestRTTOnEthernet",
125 UMA_HISTOGRAM_TIMES("NCN.CM.FirstReadOnWifi",
127 UMA_HISTOGRAM_TIMES("NCN.CM.FastestRTTOnWifi",
131 UMA_HISTOGRAM_TIMES("NCN.CM.FirstReadOn2G",
133 UMA_HISTOGRAM_TIMES("NCN.CM.FastestRTTOn2G",
137 UMA_HISTOGRAM_TIMES("NCN.CM.FirstReadOn3G",
139 UMA_HISTOGRAM_TIMES("NCN.CM.FastestRTTOn3G"
    [all...]
  /external/chromium_org/chrome/service/
service_utility_process_host.cc 224 UMA_HISTOGRAM_TIMES("CloudPrint.ServiceUtilityDisconnectTime",
267 UMA_HISTOGRAM_TIMES("CloudPrint.ServiceUtilityMetafileTime",
297 UMA_HISTOGRAM_TIMES("CloudPrint.ServiceUtilityMetafileFailTime",
313 UMA_HISTOGRAM_TIMES("CloudPrint.ServiceUtilityCapsTime",
329 UMA_HISTOGRAM_TIMES("CloudPrint.ServiceUtilitySemanticCapsTime",
344 UMA_HISTOGRAM_TIMES("CloudPrint.ServiceUtilityCapsFailTime",
359 UMA_HISTOGRAM_TIMES("CloudPrint.ServiceUtilitySemanticCapsFailTime",
  /external/chromium_org/net/dns/
dns_session.cc 166 UMA_HISTOGRAM_TIMES("AsyncDNS.TimeoutErrorJacobson", rtt - timeout_jacobson);
167 UMA_HISTOGRAM_TIMES("AsyncDNS.TimeoutErrorHistogram",
169 UMA_HISTOGRAM_TIMES("AsyncDNS.TimeoutErrorJacobsonUnder",
171 UMA_HISTOGRAM_TIMES("AsyncDNS.TimeoutErrorHistogramUnder",
194 UMA_HISTOGRAM_TIMES("AsyncDNS.TimeoutSpentJacobson", timeout_jacobson);
195 UMA_HISTOGRAM_TIMES("AsyncDNS.TimeoutSpentHistogram", timeout_histogram);
  /external/chromium_org/components/metrics/
metrics_log_manager.cc 142 UMA_HISTOGRAM_TIMES("UMA.StoreLogsTime", timer.Elapsed());
149 UMA_HISTOGRAM_TIMES("UMA.LoadLogsTime", timer.Elapsed());
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_shared_client.cc 40 UMA_HISTOGRAM_TIMES("LocalDiscovery.FirewallAccessTime", timer.Elapsed());
  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.cc 161 UMA_HISTOGRAM_TIMES("Tab.Close", close_time);
170 UMA_HISTOGRAM_TIMES("Tab.Close.UnloadTime", unload_time);
176 UMA_HISTOGRAM_TIMES("Tab.Close", now - close_start_time_);
177 UMA_HISTOGRAM_TIMES("Tab.Close.UnloadTime", now - unload_start_time);
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 29 UMA_HISTOGRAM_TIMES("CloudPrint.UrlFetcherRequestTime.Register", time);
31 UMA_HISTOGRAM_TIMES("CloudPrint.UrlFetcherRequestTime.UpdatePrinter", time);
33 UMA_HISTOGRAM_TIMES("CloudPrint.UrlFetcherRequestTime.DownloadData", time);
35 UMA_HISTOGRAM_TIMES("CloudPrint.UrlFetcherRequestTime.Other", time);
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.cc 180 UMA_HISTOGRAM_TIMES("LocalStorage.TimeToPrimeLocalStorage",
195 UMA_HISTOGRAM_TIMES(
199 UMA_HISTOGRAM_TIMES(
203 UMA_HISTOGRAM_TIMES(
  /external/chromium_org/extensions/browser/
extension_host.cc 271 UMA_HISTOGRAM_TIMES("Extensions.EventPageLoadTime",
274 UMA_HISTOGRAM_TIMES("Extensions.BackgroundPageLoadTime",
278 UMA_HISTOGRAM_TIMES("Extensions.DialogLoadTime",
281 UMA_HISTOGRAM_TIMES("Extensions.PopupLoadTime",
284 UMA_HISTOGRAM_TIMES("Extensions.InfobarLoadTime",
  /external/chromium_org/chrome/browser/safe_browsing/
incident_report_uploader_impl.cc 76 UMA_HISTOGRAM_TIMES("SBIRS.ReportUploadTime",
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.cc 295 UMA_HISTOGRAM_TIMES("LocalStorage.BrowserTimeToPrimeLocalStorage",
306 UMA_HISTOGRAM_TIMES(
310 UMA_HISTOGRAM_TIMES(
314 UMA_HISTOGRAM_TIMES(
  /external/chromium_org/extensions/renderer/
user_script_slave.cc 275 UMA_HISTOGRAM_TIMES("Extensions.InjectStart_Time",
281 UMA_HISTOGRAM_TIMES("Extensions.InjectEnd_Time", info.timer.Elapsed());
287 UMA_HISTOGRAM_TIMES("Extensions.InjectIdle_Time", info.timer.Elapsed());
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.cc 112 UMA_HISTOGRAM_TIMES("Net.DhcpWpadCancelTime",
275 UMA_HISTOGRAM_TIMES("Net.DhcpWpadCompletionTime",
344 UMA_HISTOGRAM_TIMES("Net.DhcpWpadGetAdaptersAddressesTime",
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.cc 177 UMA_HISTOGRAM_TIMES("ScreenLocker.AuthenticationFailureTime", delta);
201 UMA_HISTOGRAM_TIMES("ScreenLocker.AuthenticationSuccessTime", delta);
466 UMA_HISTOGRAM_TIMES("ScreenLocker.ScreenLockTime", delta);
webui_screen_locker.cc 114 UMA_HISTOGRAM_TIMES("LockScreen.LockReady",
195 UMA_HISTOGRAM_TIMES("LockScreen.BackgroundReady",
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.cc 170 UMA_HISTOGRAM_TIMES("SBClientPhishing.DOMFeatureResumeTime",
213 UMA_HISTOGRAM_TIMES("SBClientPhishing.DOMFeatureChunkTime",
364 UMA_HISTOGRAM_TIMES("SBClientPhishing.DOMFeatureTotalTime",
phishing_url_feature_extractor.cc 102 UMA_HISTOGRAM_TIMES("SBClientPhishing.URLFeatureTime", timer.Elapsed());
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.cc 141 UMA_HISTOGRAM_TIMES("Plugin.SyncMessageTime",
  /external/chromium_org/chrome/browser/
browser_shutdown.cc 309 UMA_HISTOGRAM_TIMES(time.c_str(),
311 UMA_HISTOGRAM_TIMES(time_per.c_str(),
  /external/chromium_org/chrome/browser/prefs/
pref_hash_filter.cc 151 UMA_HISTOGRAM_TIMES("Settings.FilterSerializeDataTime",
198 UMA_HISTOGRAM_TIMES("Settings.FilterOnLoadTime",

Completed in 1018 milliseconds

1 2 3 4 5 6