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

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

Issue 24566004: Add an API for additional profile log records (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 3 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: test/mjsunit/tools/tickprocessor-test.func-info
===================================================================
--- test/mjsunit/tools/tickprocessor-test.func-info (revision 16936)
+++ test/mjsunit/tools/tickprocessor-test.func-info (working copy)
@@ -11,9 +11,14 @@
[C++]:
ticks total nonlib name
- [GC]:
- ticks total nonlib name
- 0 0.0%
+ [States]:
+ category ticks percentage
+ JavaScript 3 100.0%
+ GC 0 0.0%
+ Compiler 0 0.0%
+ Other 0 0.0%
+ External 0 0.0%
+ Idle 0 0.0%
[Bottom up (heavy) profile]:
Note: percentage shows a share of a particular caller in the total
@@ -27,3 +32,6 @@
1 33.3% LazyCompile: DrawLine 3d-cube.js:17
1 100.0% LazyCompile: DrawQube 3d-cube.js:188
+
+ [Code statistics]
+ Generated code: 22 kb

Powered by Google App Engine
This is Rietveld 408576698