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

Unified Diff: test/mjsunit/tools/profile.js

Issue 2753543006: [profiler] Web UI: add summary of opts/deopts. (Closed)
Patch Set: Address reviewer comments Created 3 years, 9 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 | « test/cctest/test-log.cc ('k') | test/mjsunit/tools/tickprocessor-test.log » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/tools/profile.js
diff --git a/test/mjsunit/tools/profile.js b/test/mjsunit/tools/profile.js
index fcd3034f4eb8cdb8c0069e37108754074a07e597..c9d2da78dc5eeb28c671b6036b2bfcf4bb837d88 100644
--- a/test/mjsunit/tools/profile.js
+++ b/test/mjsunit/tools/profile.js
@@ -78,9 +78,9 @@ ProfileTestDriver.prototype.addFunctions_ = function() {
this.profile.addLibrary('lib2', 0x21000, 0x22000);
this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900);
this.profile.addStaticCode('lib2-f2', 0x21200, 0x21500);
- this.profile.addCode('T', 'F1', 0x50100, 0x100);
- this.profile.addCode('T', 'F2', 0x50200, 0x100);
- this.profile.addCode('T', 'F3', 0x50400, 0x100);
+ this.profile.addCode('T', 'F1', 1, 0x50100, 0x100);
+ this.profile.addCode('T', 'F2', 2, 0x50200, 0x100);
+ this.profile.addCode('T', 'F3', 3, 0x50400, 0x100);
};
« no previous file with comments | « test/cctest/test-log.cc ('k') | test/mjsunit/tools/tickprocessor-test.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698