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

Unified Diff: gpu/ipc/service/gpu_memory_manager.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/service/gpu_channel_test_common.cc ('k') | gpu/ipc/service/gpu_memory_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_memory_manager.h
diff --git a/gpu/ipc/service/gpu_memory_manager.h b/gpu/ipc/service/gpu_memory_manager.h
index 5d1569a067d432069604b980eebaa4f719c701a7..74f3caf3dda3549b12d427ff1038c4beaa248e59 100644
--- a/gpu/ipc/service/gpu_memory_manager.h
+++ b/gpu/ipc/service/gpu_memory_manager.h
@@ -48,9 +48,6 @@ class GPU_EXPORT GpuMemoryManager :
typedef std::map<gles2::MemoryTracker*, GpuMemoryTrackingGroup*>
TrackingGroupMap;
- // Send memory usage stats to the browser process.
- void SendUmaStatsToHost();
-
// Get the current number of bytes allocated.
uint64_t GetCurrentUsage() const { return bytes_allocated_current_; }
@@ -68,7 +65,6 @@ class GPU_EXPORT GpuMemoryManager :
// The current total memory usage, and historical maximum memory usage
uint64_t bytes_allocated_current_;
- uint64_t bytes_allocated_historical_max_;
DISALLOW_COPY_AND_ASSIGN(GpuMemoryManager);
};
« no previous file with comments | « gpu/ipc/service/gpu_channel_test_common.cc ('k') | gpu/ipc/service/gpu_memory_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698