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

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

Issue 1155963005: DevTools: Show frame rate on timeline events overview. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index 6ef894db76a357380f634a0295f825a42c319b8b..96835a4213948197e1fa8dbf88cb822a86b9c740 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -121,6 +121,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("externalDeviceList", "External device list", true);
Runtime.experiments.register("fileSystemInspection", "FileSystem inspection");
Runtime.experiments.register("filmStripInNetworkAndTimeline", "Filmstrip in Network and Timeline Panel", true);
+ Runtime.experiments.register("frameRateOnEventsOverview", "Frame rate on Timeline events overview", true);
Runtime.experiments.register("gpuTimeline", "GPU data on timeline", true);
Runtime.experiments.register("inputEventsOnTimelineOverview", "Input events on Timeline overview", true)
Runtime.experiments.register("layersPanel", "Layers panel");

Powered by Google App Engine
This is Rietveld 408576698