Index: test/mjsunit/tools/tickprocessor-test.separate-ic |
diff --git a/test/mjsunit/tools/tickprocessor-test.separate-ic b/test/mjsunit/tools/tickprocessor-test.separate-ic |
index 2d49f737edce6ed4d0de54e82b17501fc3bf8ab8..119ccbe71264cf2160ac959f1056b8040a57ac4f 100644 |
--- a/test/mjsunit/tools/tickprocessor-test.separate-ic |
+++ b/test/mjsunit/tools/tickprocessor-test.separate-ic |
@@ -1,13 +1,9 @@ |
Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded). |
- [Unknown]: |
- ticks total nonlib name |
- 2 15.4% |
- |
[Shared libraries]: |
ticks total nonlib name |
- 3 23.1% 0.0% /lib32/libm-2.7.so |
- 1 7.7% 0.0% ffffe000-fffff000 |
+ 3 23.1% /lib32/libm-2.7.so |
+ 1 7.7% ffffe000-fffff000 |
[JavaScript]: |
ticks total nonlib name |
@@ -22,9 +18,13 @@ Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded). |
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]: |
+ [Summary]: |
ticks total nonlib name |
- 0 0.0% |
+ 3 23.1% 33.3% JavaScript |
+ 5 38.5% 55.6% C++ |
+ 0 0.0% 0.0% GC |
+ 4 30.8% Shared libraries |
+ 2 15.4% Unaccounted |
[Bottom up (heavy) profile]: |
Note: percentage shows a share of a particular caller in the total |