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

Unified Diff: tools/turbolizer/constants.js

Issue 2174803002: [turbolizer] Add support for showing perf profiling information. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [turbolizer] Add support for showing perf profiling information. Created 4 years, 5 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: tools/turbolizer/constants.js
diff --git a/tools/turbolizer/constants.js b/tools/turbolizer/constants.js
index f3804318bd106f7fd4e8e010e0231e8d8a7de285..f062fa2154358c454906df02c00aea58c4e9dc1a 100644
--- a/tools/turbolizer/constants.js
+++ b/tools/turbolizer/constants.js
@@ -20,3 +20,5 @@ var DISASSEMBLY_COLLAPSE_ID = 'disassembly-shrink';
var DISASSEMBLY_EXPAND_ID = 'disassembly-expand';
var COLLAPSE_PANE_BUTTON_VISIBLE = 'button-input';
var COLLAPSE_PANE_BUTTON_INVISIBLE = 'button-input-invisible';
+var PROF_HIGH = 5;
+var PROF_MED = 0.5;

Powered by Google App Engine
This is Rietveld 408576698