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

Unified Diff: tools/profviz/worker.js

Issue 1796863002: Remove snapshot log parsing and option from tools. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase on master. Created 4 years, 8 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 | « tools/ll_prof.py ('k') | tools/tick-processor.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profviz/worker.js
diff --git a/tools/profviz/worker.js b/tools/profviz/worker.js
index b17ca29f587f67ca1a5480fe06363378940d55fc..7f163088e403638c5e0e1b4ac25901bc46e73a59 100644
--- a/tools/profviz/worker.js
+++ b/tools/profviz/worker.js
@@ -106,7 +106,6 @@ function run(args) {
var callGraphSize = 5;
var ignoreUnknown = true;
var stateFilter = null;
- var snapshotLogProcessor = null;
var range = range_start_override + "," + range_end_override;
var tickProcessor = new TickProcessor(entriesProvider,
@@ -114,7 +113,6 @@ function run(args) {
callGraphSize,
ignoreUnknown,
stateFilter,
- snapshotLogProcessor,
distortion,
range);
for (var i = 0; i < content_lines.length; i++) {
« no previous file with comments | « tools/ll_prof.py ('k') | tools/tick-processor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698