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

Side by Side Diff: test/mjsunit/tools/tickprocessor-test.gc-state

Issue 638633002: Tick processor: Print C++ entry points (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 6 years, 2 months 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, (13 ticks, 0 unaccounted, 13 excluded) . 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 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 8
9 [C++]: 9 [C++]:
10 ticks total nonlib name 10 ticks total nonlib name
11 11
12 [Summary]: 12 [Summary]:
13 ticks total nonlib name 13 ticks total nonlib name
14 0 0.0% 0.0% JavaScript 14 0 0.0% 0.0% JavaScript
15 0 0.0% 0.0% C++ 15 0 0.0% 0.0% C++
16 0 0.0% 0.0% GC 16 0 0.0% 0.0% GC
17 0 0.0% Shared libraries 17 0 0.0% Shared libraries
18 18
19 [C++ entry points]:
20 ticks cpp total name
21
19 [Bottom up (heavy) profile]: 22 [Bottom up (heavy) profile]:
20 Note: percentage shows a share of a particular caller in the total 23 Note: percentage shows a share of a particular caller in the total
21 amount of its parent calls. 24 amount of its parent calls.
22 Callers occupying less than 2.0% are not shown. 25 Callers occupying less than 2.0% are not shown.
23 26
24 ticks parent name 27 ticks parent name
OLDNEW
« no previous file with comments | « test/mjsunit/tools/tickprocessor-test.func-info ('k') | test/mjsunit/tools/tickprocessor-test.ignore-unknown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698