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

Unified Diff: Source/devtools/front_end/inspector.js

Issue 104523002: [DevTools] Add power profiler and power overview in timeline panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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: Source/devtools/front_end/inspector.js
diff --git a/Source/devtools/front_end/inspector.js b/Source/devtools/front_end/inspector.js
old mode 100644
new mode 100755
index 53783037d6e1f424265cb7192566a0b98ccf8dfd..748c23ba40727feaf62fd56b8295fd1490c215f6
--- a/Source/devtools/front_end/inspector.js
+++ b/Source/devtools/front_end/inspector.js
@@ -386,6 +386,8 @@ WebInspector._doLoadedDoneWithCapabilities = function()
this.cssModel = new WebInspector.CSSStyleModel(this.workspace);
this.timelineManager = new WebInspector.TimelineManager();
this.profileManager = new WebInspector.ProfileManager();
+ this.powerProfiler = new WebInspector.PowerProfiler();
pfeldman 2014/01/09 11:38:52 Search for the following code and query for power
Pan 2014/02/24 09:49:47 thanks for your guide, done.
+
this.tracingAgent = new WebInspector.TracingAgent();
if (!WebInspector.WorkerManager.isWorkerFrontend())

Powered by Google App Engine
This is Rietveld 408576698