| Index: test/mjsunit/tools/tickprocessor-test.default
|
| diff --git a/test/mjsunit/tools/tickprocessor-test.default b/test/mjsunit/tools/tickprocessor-test.default
|
| index 8ab17c3efbc5b70d53e6425080603434a09f730e..3e01532ac374553bfb460cbdecc31dde24685110 100644
|
| --- a/test/mjsunit/tools/tickprocessor-test.default
|
| +++ b/test/mjsunit/tools/tickprocessor-test.default
|
| @@ -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
|
| @@ -20,9 +16,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%
|
| + 1 7.7% 11.1% 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
|
|
|