Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2024)

Unified Diff: chrome/browser/metrics/metrics_memory_details.cc

Issue 2839363002: [Merge to 3071] Change name of recently introduced metric Memory.Gpu.PhysicalFootprint.MacOS. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/metrics_memory_details.cc
diff --git a/chrome/browser/metrics/metrics_memory_details.cc b/chrome/browser/metrics/metrics_memory_details.cc
index d0e5ceb25631957bf497dfbba34aa96ef78993b2..1ba164c11e5636a809faf41812297d4f6d804727 100644
--- a/chrome/browser/metrics/metrics_memory_details.cc
+++ b/chrome/browser/metrics/metrics_memory_details.cc
@@ -179,7 +179,7 @@ void MetricsMemoryDetails::UpdateHistograms() {
// Physical footprint was introduced in macOS 10.11.
if (base::mac::IsAtLeastOS10_11()) {
UMA_HISTOGRAM_MEMORY_LARGE_MB(
- "Memory.Gpu.PhysicalFootprint.MacOS",
+ "Memory.Experimental.Gpu.PhysicalFootprint.MacOS",
browser.processes[index].phys_footprint / 1024 / 1024);
}
#endif
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698