Searched refs:UMA_HISTOGRAM_MEMORY_KB (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dmemory_details.cc436 UMA_HISTOGRAM_MEMORY_KB("Memory.Browser", sample);
443 UMA_HISTOGRAM_MEMORY_KB("Memory.Extension", sample);
447 UMA_HISTOGRAM_MEMORY_KB("Memory.Chrome", sample);
456 UMA_HISTOGRAM_MEMORY_KB("Memory.Renderer", sample);
462 UMA_HISTOGRAM_MEMORY_KB("Memory.RendererShrinkIn30Min", -diff);
464 UMA_HISTOGRAM_MEMORY_KB("Memory.RendererGrowthIn30Min", diff);
471 UMA_HISTOGRAM_MEMORY_KB("Memory.Plugin", sample);
475 UMA_HISTOGRAM_MEMORY_KB("Memory.Utility", sample);
479 UMA_HISTOGRAM_MEMORY_KB("Memory.Zygote", sample);
483 UMA_HISTOGRAM_MEMORY_KB("Memor
[all...]
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_url_fetcher.cc56 UMA_HISTOGRAM_MEMORY_KB("CloudPrint.UrlFetcherDownloadSize.Register", size);
58 UMA_HISTOGRAM_MEMORY_KB("CloudPrint.UrlFetcherDownloadSize.UpdatePrinter",
61 UMA_HISTOGRAM_MEMORY_KB("CloudPrint.UrlFetcherDownloadSize.DownloadData",
64 UMA_HISTOGRAM_MEMORY_KB("CloudPrint.UrlFetcherDownloadSize.Other", size);
70 UMA_HISTOGRAM_MEMORY_KB("CloudPrint.UrlFetcherUploadSize.Register", size);
72 UMA_HISTOGRAM_MEMORY_KB("CloudPrint.UrlFetcherUploadSize.UpdatePrinter",
75 UMA_HISTOGRAM_MEMORY_KB("CloudPrint.UrlFetcherUploadSize.DownloadData",
78 UMA_HISTOGRAM_MEMORY_KB("CloudPrint.UrlFetcherUploadSize.Other", size);
/external/chromium_org/extensions/browser/api/storage/
H A Dlocal_value_store_cache.cc101 UMA_HISTOGRAM_MEMORY_KB("Extensions.HostedAppUnlimitedStorageUsage",
/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database.cc121 UMA_HISTOGRAM_MEMORY_KB("PredictorDatabase.DatabaseSizeKB",
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc84 UMA_HISTOGRAM_MEMORY_KB(
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc356 UMA_HISTOGRAM_MEMORY_KB("Overscroll.ScreenshotSize", screenshot_->size());
/external/chromium_org/base/metrics/
H A Dhistogram.h274 #define UMA_HISTOGRAM_MEMORY_KB(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ macro
/external/chromium_org/net/url_request/
H A Durl_fetcher_core.cc345 UMA_HISTOGRAM_MEMORY_KB("UrlFetcher.StringResponseSize",
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_impl.cc167 UMA_HISTOGRAM_MEMORY_KB("UserImage.RecodedJpegSize", encoded_image->size());

Completed in 2119 milliseconds