blob: 1dbf71baa910064f6f3daca0f80ab0b930ba3a62 [file] [log] [blame]
Steve Blocka7e24c12009-10-30 11:49:00 +00001Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
2
3 [Shared libraries]:
4 ticks total nonlib name
Ben Murdochb8a8cc12014-11-26 15:28:44 +00005 3 27.3% /lib32/libm-2.7.so
6 1 9.1% ffffe000-fffff000
Steve Blocka7e24c12009-10-30 11:49:00 +00007
8 [JavaScript]:
9 ticks total nonlib name
Steve Blocka7e24c12009-10-30 11:49:00 +000010
11 [C++]:
12 ticks total nonlib name
13 2 18.2% 28.6% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
Ben Murdochb8a8cc12014-11-26 15:28:44 +000014 1 9.1% 14.3% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
Steve Blocka7e24c12009-10-30 11:49:00 +000015 1 9.1% 14.3% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)
16 1 9.1% 14.3% exp
17
Ben Murdochb8a8cc12014-11-26 15:28:44 +000018 [Summary]:
Steve Blocka7e24c12009-10-30 11:49:00 +000019 ticks total nonlib name
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000020 0 0.0% 0.0% JavaScript
Ben Murdochb8a8cc12014-11-26 15:28:44 +000021 5 45.5% 71.4% C++
22 0 0.0% 0.0% GC
23 4 36.4% Shared libraries
Steve Blocka7e24c12009-10-30 11:49:00 +000024
Emily Bernierd0a1eb72015-03-24 16:35:39 -040025 [C++ entry points]:
26 ticks cpp total name
27 2 40.0% 18.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
28 1 20.0% 9.1% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
29 1 20.0% 9.1% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)
30 1 20.0% 9.1% exp
31
Steve Blocka7e24c12009-10-30 11:49:00 +000032 [Bottom up (heavy) profile]:
33 Note: percentage shows a share of a particular caller in the total
34 amount of its parent calls.
35 Callers occupying less than 2.0% are not shown.
36
37 ticks parent name
38 3 27.3% /lib32/libm-2.7.so
39 3 100.0% LazyCompile: exp native math.js:41
40 3 100.0% Script: exp.js
41
42 2 18.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
43 2 100.0% LazyCompile: exp native math.js:41
44 2 100.0% Script: exp.js
45
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000046 2 18.2% UNKNOWN
47 1 50.0% LazyCompile: exp native math.js:41
48 1 100.0% Script: exp.js
49
Ben Murdochb8a8cc12014-11-26 15:28:44 +000050 1 9.1% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
Steve Blocka7e24c12009-10-30 11:49:00 +000051 1 100.0% Script: exp.js
52
53 1 9.1% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)
54 1 100.0% Script: exp.js
55
56 1 9.1% ffffe000-fffff000
57
58 1 9.1% exp
59 1 100.0% LazyCompile: exp native math.js:41
60 1 100.0% Script: exp.js
61