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

Unified Diff: content/browser/browser_main_loop.h

Issue 22836004: Chrome tracing for system-wide performance stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@asvalue
Patch Set: changed GetCurrent to Sample Created 7 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: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 83dbafd201a6133e2b2d24cbca1d79146c2c77ca..f19bd3b8c9d224ece6c9ef2153fc5c3444ae037e 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -20,6 +20,7 @@ class PowerMonitor;
class SystemMonitor;
namespace debug {
class TraceMemoryController;
+class TraceEventSystemStatsMonitor;
} // namespace debug
} // namespace base
@@ -164,6 +165,7 @@ class CONTENT_EXPORT BrowserMainLoop {
scoped_ptr<base::Thread> indexed_db_thread_;
scoped_ptr<MemoryObserver> memory_observer_;
scoped_ptr<base::debug::TraceMemoryController> trace_memory_controller_;
+ scoped_ptr<base::debug::TraceEventSystemStatsMonitor> system_stats_monitor_;
DISALLOW_COPY_AND_ASSIGN(BrowserMainLoop);
};

Powered by Google App Engine
This is Rietveld 408576698