Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: test/mjsunit/tools/tickprocessor-test.func-info

Issue 11359048: Extend tick-processor utility to generate an execution timeline based on the reported VM states Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded). 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
2 2
3 [Shared libraries]: 3 [Shared libraries]:
4 ticks total nonlib name 4 ticks total nonlib name
5 5
6 [JavaScript]: 6 [JavaScript]:
7 ticks total nonlib name 7 ticks total nonlib name
8 2 66.7% 66.7% Stub: CompareStub_GE 8 2 66.7% 66.7% Stub: CompareStub_GE
9 1 33.3% 33.3% LazyCompile: DrawLine 3d-cube.js:17 9 1 33.3% 33.3% LazyCompile: DrawLine 3d-cube.js:17
10 10
11 [C++]: 11 [C++]:
12 ticks total nonlib name 12 ticks total nonlib name
13 13
14 [GC]: 14 [GC]:
15 ticks total nonlib name 15 ticks total nonlib name
16 0 0.0% 16 0 0.0%
17 17
18 [Bottom up (heavy) profile]: 18 [Bottom up (heavy) profile]:
19 Note: percentage shows a share of a particular caller in the total 19 Note: percentage shows a share of a particular caller in the total
20 amount of its parent calls. 20 amount of its parent calls.
21 Callers occupying less than 2.0% are not shown. 21 Callers occupying less than 2.0% are not shown.
22 22
23 ticks parent name 23 ticks parent name
24 2 66.7% Stub: CompareStub_GE 24 2 66.7% Stub: CompareStub_GE
25 2 100.0% LazyCompile: DrawLine 3d-cube.js:17 25 2 100.0% LazyCompile: DrawLine 3d-cube.js:17
26 2 100.0% LazyCompile: DrawQube 3d-cube.js:188 26 2 100.0% LazyCompile: DrawQube 3d-cube.js:188
27 27
28 1 33.3% LazyCompile: DrawLine 3d-cube.js:17 28 1 33.3% LazyCompile: DrawLine 3d-cube.js:17
29 1 100.0% LazyCompile: DrawQube 3d-cube.js:188 29 1 100.0% LazyCompile: DrawQube 3d-cube.js:188
30
31 Visual Execution Timeline:
32 JJJ
OLDNEW
« no previous file with comments | « test/mjsunit/tools/tickprocessor-test.default ('k') | test/mjsunit/tools/tickprocessor-test.gc-state » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698