tickprocessor-test.default 1.88 KB
Newer Older
1 2 3 4 5 6 7 8
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
9
      3   23.1%    0.0%  /lib32/libm-2.7.so
10 11 12 13
      1    7.7%    0.0%  ffffe000-fffff000

 [JavaScript]:
   ticks  total  nonlib   name
14
      1    7.7%   11.1%  LazyCompile: exp native math.js:41
15 16 17

 [C++]:
   ticks  total  nonlib   name
18 19 20 21
      2   15.4%   22.2%  v8::internal::Runtime_Math_exp(v8::internal::Arguments)
      1    7.7%   11.1%  v8::internal::JSObject::LocalLookupRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
      1    7.7%   11.1%  v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)
      1    7.7%   11.1%  exp
22 23 24 25 26 27 28 29 30 31 32

 [GC]:
   ticks  total  nonlib   name
      0    0.0%

 [Bottom up (heavy) profile]:
  Note: percentage shows a share of a particular caller in the total
  amount of its parent calls.
  Callers occupying less than 2.0% are not shown.

   ticks parent  name
33 34 35
      3   23.1%  /lib32/libm-2.7.so
      3  100.0%    LazyCompile: exp native math.js:41
      3  100.0%      Script: exp.js
36

37
      2   15.4%  v8::internal::Runtime_Math_exp(v8::internal::Arguments)
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
      2  100.0%    LazyCompile: exp native math.js:41
      2  100.0%      Script: exp.js

      1    7.7%  v8::internal::JSObject::LocalLookupRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
      1  100.0%    Script: exp.js

      1    7.7%  v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)
      1  100.0%    Script: exp.js

      1    7.7%  ffffe000-fffff000

      1    7.7%  exp
      1  100.0%    LazyCompile: exp native math.js:41
      1  100.0%      Script: exp.js

      1    7.7%  LazyCompile: exp native math.js:41
      1  100.0%    Script: exp.js