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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/Main.js

Issue 2459573006: [DevTools] Show V8 Runtime Call Stats on timeline (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index 63c929dc42a5d71e0987049992f3c8e248a06bc6..c528f58a5cec42c6828431b381e07a8d33839e0c 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -106,6 +106,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("timelineInvalidationTracking", "Timeline invalidation tracking", true);
Runtime.experiments.register("timelineRecordingPerspectives", "Timeline recording perspectives UI");
Runtime.experiments.register("timelineTracingJSProfile", "Timeline tracing based JS profiler", true);
+ Runtime.experiments.register("timelineV8RuntimeCallStats", "V8 Runtime Call Stats on Timeline", true);
Runtime.experiments.cleanUpStaleExperiments();
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698