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

Unified Diff: gpu/ipc/common/memory_stats.h

Issue 2310623002: Remove GPU memory UMAs (Closed)
Patch Set: Rebase Created 4 years, 3 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 | « gpu/ipc/common/gpu_memory_uma_stats.h ('k') | gpu/ipc/common/memory_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/memory_stats.h
diff --git a/gpu/ipc/common/memory_stats.h b/gpu/ipc/common/memory_stats.h
index 7ffac818036b9df3584e242f62422c61d325c329..891fb7e0dc75237e66891bdad4d64600910bd845 100644
--- a/gpu/ipc/common/memory_stats.h
+++ b/gpu/ipc/common/memory_stats.h
@@ -43,9 +43,6 @@ struct GPU_EXPORT VideoMemoryUsageStats {
// The total amount of GPU memory allocated at the time of the request.
uint64_t bytes_allocated;
-
- // The maximum amount of GPU memory ever allocated at once.
- uint64_t bytes_allocated_historical_max;
};
} // namespace gpu
« no previous file with comments | « gpu/ipc/common/gpu_memory_uma_stats.h ('k') | gpu/ipc/common/memory_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698