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

Unified Diff: tools/tickprocessor.js

Issue 119076: Make tickprocessor's ProfileView extensible and move out DevTools-only stuff. (Closed)
Patch Set: Created 11 years, 7 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/profile_view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tickprocessor.js
diff --git a/tools/tickprocessor.js b/tools/tickprocessor.js
index 196daa984adf3cb25e16344d3a67b6c24faa9d6d..477ab268284271c3b342a2545695eee8bef56fce 100644
--- a/tools/tickprocessor.js
+++ b/tools/tickprocessor.js
@@ -273,10 +273,6 @@ TickProcessor.prototype.printStatistics = function() {
this.printCounter(this.ticks_.unaccounted, this.ticks_.total);
}
- // Disable initialization of 'funcName', 'url', 'lineNumber' as
- // we don't use it and it just wastes time.
- devtools.profiler.ProfileView.Node.prototype.initFuncInfo = function() {};
-
var flatProfile = this.profile_.getFlatProfile();
var flatView = this.viewBuilder_.buildView(flatProfile);
// Sort by self time, desc, then by name, desc.
« no previous file with comments | « tools/profile_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698