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

Unified Diff: test/mjsunit/tools/tickprocessor-test.separate-ic

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.separate-ic
===================================================================
--- test/mjsunit/tools/tickprocessor-test.separate-ic (revision 16936)
+++ test/mjsunit/tools/tickprocessor-test.separate-ic (working copy)
@@ -22,9 +22,14 @@
1 7.7% 11.1% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)
1 7.7% 11.1% exp
- [GC]:
- ticks total nonlib name
- 0 0.0%
+ [States]:
+ category ticks percentage
+ JavaScript 13 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
@@ -59,3 +64,5 @@
1 7.7% LazyCompile: exp native math.js:41
1 100.0% Script: exp.js
+ [Code statistics]
+ Generated code: 2 kb

Powered by Google App Engine
This is Rietveld 408576698