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

Unified Diff: test/mjsunit/tools/tickprocessor-test.func-info

Issue 2668953002: [tools] Fix RegExp for ticksprocessor. (Closed)
Patch Set: Cementation! Created 3 years, 11 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 | « no previous file | tools/tickprocessor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/tools/tickprocessor-test.func-info
diff --git a/test/mjsunit/tools/tickprocessor-test.func-info b/test/mjsunit/tools/tickprocessor-test.func-info
index 1f34cfb72d58f99a436669ea332d3b1c7d7c6776..6d4628487d28374ef26d2346bbd23e914844e4f9 100644
--- a/test/mjsunit/tools/tickprocessor-test.func-info
+++ b/test/mjsunit/tools/tickprocessor-test.func-info
@@ -5,8 +5,7 @@ Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
[JavaScript]:
ticks total nonlib name
- 2 66.7% 66.7% Stub: CompareStub_GE
- 1 33.3% 33.3% LazyCompile: DrawLine 3d-cube.js:17
+ 3 100.0% 100.0% LazyCompile: DrawLine 3d-cube.js:17
[C++]:
ticks total nonlib name
@@ -27,9 +26,6 @@ Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
Callers occupying less than 2.0% are not shown.
ticks parent name
- 2 66.7% Stub: CompareStub_GE
- 2 100.0% LazyCompile: DrawLine 3d-cube.js:17
- 2 100.0% LazyCompile: DrawQube 3d-cube.js:188
+ 3 100.0% LazyCompile: DrawLine 3d-cube.js:17
+ 3 100.0% LazyCompile: DrawQube 3d-cube.js:188
- 1 33.3% LazyCompile: DrawLine 3d-cube.js:17
- 1 100.0% LazyCompile: DrawQube 3d-cube.js:188
« no previous file with comments | « no previous file | tools/tickprocessor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698