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

Unified Diff: components/tracing/common/process_metrics_memory_dump_provider.h

Issue 2839733004: Fill in PlatformPrivateFootprint on Linux (Closed)
Patch Set: move code behind defines Created 3 years, 7 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: components/tracing/common/process_metrics_memory_dump_provider.h
diff --git a/components/tracing/common/process_metrics_memory_dump_provider.h b/components/tracing/common/process_metrics_memory_dump_provider.h
index 730a9be97d24bb5efaa1d2ce2b8487fe50c8382b..d3c5334490706025b34e65df94cc94cd67f20605 100644
--- a/components/tracing/common/process_metrics_memory_dump_provider.h
+++ b/components/tracing/common/process_metrics_memory_dump_provider.h
@@ -75,6 +75,8 @@ class TRACING_EXPORT ProcessMetricsMemoryDumpProvider
static int fast_polling_statm_fd_for_testing;
base::ScopedFD fast_polling_statm_fd_;
+
+ base::ScopedFD OpenStatm();
#endif
base::ProcessId process_;
« no previous file with comments | « base/trace_event/process_memory_totals.h ('k') | components/tracing/common/process_metrics_memory_dump_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698