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

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

Issue 2668953002: [tools] Fix RegExp for ticksprocessor. (Closed)
Patch Set: Cementation! Created 3 years, 10 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
« no previous file with comments | « no previous file | tools/tickprocessor.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3 100.0% 100.0% LazyCompile: DrawLine 3d-cube.js:17
9 1 33.3% 33.3% LazyCompile: DrawLine 3d-cube.js:17
10 9
11 [C++]: 10 [C++]:
12 ticks total nonlib name 11 ticks total nonlib name
13 12
14 [Summary]: 13 [Summary]:
15 ticks total nonlib name 14 ticks total nonlib name
16 3 100.0% 100.0% JavaScript 15 3 100.0% 100.0% JavaScript
17 0 0.0% 0.0% C++ 16 0 0.0% 0.0% C++
18 0 0.0% 0.0% GC 17 0 0.0% 0.0% GC
19 0 0.0% Shared libraries 18 0 0.0% Shared libraries
20 19
21 [C++ entry points]: 20 [C++ entry points]:
22 ticks cpp total name 21 ticks cpp total name
23 22
24 [Bottom up (heavy) profile]: 23 [Bottom up (heavy) profile]:
25 Note: percentage shows a share of a particular caller in the total 24 Note: percentage shows a share of a particular caller in the total
26 amount of its parent calls. 25 amount of its parent calls.
27 Callers occupying less than 2.0% are not shown. 26 Callers occupying less than 2.0% are not shown.
28 27
29 ticks parent name 28 ticks parent name
30 2 66.7% Stub: CompareStub_GE 29 3 100.0% LazyCompile: DrawLine 3d-cube.js:17
31 2 100.0% LazyCompile: DrawLine 3d-cube.js:17 30 3 100.0% LazyCompile: DrawQube 3d-cube.js:188
32 2 100.0% LazyCompile: DrawQube 3d-cube.js:188
33 31
34 1 33.3% LazyCompile: DrawLine 3d-cube.js:17
35 1 100.0% LazyCompile: DrawQube 3d-cube.js:188
OLDNEW
« no previous file with comments | « no previous file | tools/tickprocessor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698