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

  /external/chromium_org/chrome/browser/
memory_details.cc 381 UMA_HISTOGRAM_MEMORY_KB("Memory.Browser", sample);
388 UMA_HISTOGRAM_MEMORY_KB("Memory.Extension", sample);
392 UMA_HISTOGRAM_MEMORY_KB("Memory.Chrome", sample);
401 UMA_HISTOGRAM_MEMORY_KB("Memory.Renderer", sample);
407 UMA_HISTOGRAM_MEMORY_KB("Memory.Plugin", sample);
411 UMA_HISTOGRAM_MEMORY_KB("Memory.Worker", sample);
415 UMA_HISTOGRAM_MEMORY_KB("Memory.Utility", sample);
419 UMA_HISTOGRAM_MEMORY_KB("Memory.Zygote", sample);
423 UMA_HISTOGRAM_MEMORY_KB("Memory.SandboxHelper", sample);
427 UMA_HISTOGRAM_MEMORY_KB("Memory.Gpu", 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/chrome/browser/predictors/
predictor_database.cc 111 UMA_HISTOGRAM_MEMORY_KB("PredictorDatabase.DatabaseSizeKB",
  /external/chromium_org/components/plugins/renderer/
webview_plugin.cc 83 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 341 #define UMA_HISTOGRAM_MEMORY_KB(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \
  /external/chromium_org/net/url_request/
url_fetcher_core.cc 342 UMA_HISTOGRAM_MEMORY_KB("UrlFetcher.StringResponseSize",
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.cc 163 UMA_HISTOGRAM_MEMORY_KB("UserImage.RecodedJpegSize", encoded_image->size());
    [all...]

Completed in 1181 milliseconds