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

Unified Diff: chrome/browser/task_manager/sampling/task_group.h

Issue 2238403003: Task manager: Get physical memory efficiently for all processes from SharedSampler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback Created 4 years, 4 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
Index: chrome/browser/task_manager/sampling/task_group.h
diff --git a/chrome/browser/task_manager/sampling/task_group.h b/chrome/browser/task_manager/sampling/task_group.h
index fb0ef97ea864520ab02c503c0c679b61d505bf0d..8013e72c4e00d2b5ddf2944ef5b3de8115cd54aa 100644
--- a/chrome/browser/task_manager/sampling/task_group.h
+++ b/chrome/browser/task_manager/sampling/task_group.h
@@ -107,6 +107,7 @@ class TaskGroup {
void OnCpuRefreshDone(double cpu_usage);
+ void OnPhysicalMemoryUsageRefreshDone(int64_t physical_bytes);
void OnMemoryUsageRefreshDone(MemoryUsageStats memory_usage);
void OnIdleWakeupsRefreshDone(int idle_wakeups_per_second);
« no previous file with comments | « chrome/browser/task_manager/sampling/shared_sampler_win.cc ('k') | chrome/browser/task_manager/sampling/task_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698