HomeSort by relevance Sort by last modified time
    Searched refs:UMA_HISTOGRAM_MEMORY_KB (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/
memory_details.cc 436 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("Memory.SandboxHelper", sample)
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 56 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/
local_value_store_cache.cc 101 UMA_HISTOGRAM_MEMORY_KB("Extensions.HostedAppUnlimitedStorageUsage",
  /external/chromium_org/chrome/browser/predictors/
predictor_database.cc 121 UMA_HISTOGRAM_MEMORY_KB("PredictorDatabase.DatabaseSizeKB",
  /external/chromium_org/components/plugins/renderer/
webview_plugin.cc 84 UMA_HISTOGRAM_MEMORY_KB(
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 356 UMA_HISTOGRAM_MEMORY_KB("Overscroll.ScreenshotSize", screenshot_->size());
  /external/chromium_org/base/metrics/
histogram.h 274 #define UMA_HISTOGRAM_MEMORY_KB(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \
  /external/chromium_org/net/url_request/
url_fetcher_core.cc 345 UMA_HISTOGRAM_MEMORY_KB("UrlFetcher.StringResponseSize",
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.cc 167 UMA_HISTOGRAM_MEMORY_KB("UserImage.RecodedJpegSize", encoded_image->size());
    [all...]

Completed in 621 milliseconds