tickprocessor-test.func-info 1023 Bytes
Newer Older
1 2 3 4 5 6 7
Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).

 [Shared libraries]:
   ticks  total  nonlib   name

 [JavaScript]:
   ticks  total  nonlib   name
8 9
      2   66.7%   66.7%  Stub: CompareStub_GE
      1   33.3%   33.3%  LazyCompile: DrawLine 3d-cube.js:17
10 11 12 13

 [C++]:
   ticks  total  nonlib   name

14
 [Summary]:
15
   ticks  total  nonlib   name
16 17 18 19
      3  100.0%  100.0%  JavaScript
      0    0.0%    0.0%  C++
      0    0.0%    0.0%  GC
      0    0.0%          Shared libraries
20

21 22 23
 [C++ entry points]:
   ticks    cpp   total   name

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

   ticks parent  name
30 31 32
      2   66.7%  Stub: CompareStub_GE
      2  100.0%    LazyCompile: DrawLine 3d-cube.js:17
      2  100.0%      LazyCompile: DrawQube 3d-cube.js:188
33

34 35
      1   33.3%  LazyCompile: DrawLine 3d-cube.js:17
      1  100.0%    LazyCompile: DrawQube 3d-cube.js:188