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

Side by Side Diff: test/mjsunit/tools/tickprocessor-test.separate-ic

Issue 155137: Revert r2372 to get the tree green again. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 5 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
« no previous file with comments | « test/mjsunit/tools/tickprocessor-test.log ('k') | tools/linux-tick-processor » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
2
3 [Unknown]:
4 ticks total nonlib name
5 2 15.4%
6
7 [Shared libraries]:
8 ticks total nonlib name
9 2 15.4% 0.0% /lib32/libm-2.7.so
10 1 7.7% 0.0% ffffe000-fffff000
11
12 [JavaScript]:
13 ticks total nonlib name
14 1 7.7% 10.0% LoadIC: j
15 1 7.7% 10.0% LoadIC: i
16 1 7.7% 10.0% LazyCompile: exp native math.js:41
17
18 [C++]:
19 ticks total nonlib name
20 2 15.4% 20.0% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
21 1 7.7% 10.0% v8::internal::JSObject::LocalLookupRealNamedProperty(v8 ::internal::String*, v8::internal::LookupResult*)
22 1 7.7% 10.0% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*)
23 1 7.7% 10.0% fegetexcept
24 1 7.7% 10.0% exp
25
26 [GC]:
27 ticks total nonlib name
28 0 0.0%
29
30 [Bottom up (heavy) profile]:
31 Note: percentage shows a share of a particular caller in the total
32 amount of its parent calls.
33 Callers occupying less than 2.0% are not shown.
34
35 ticks parent name
36 2 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
37 2 100.0% LazyCompile: exp native math.js:41
38 2 100.0% Script: exp.js
39
40 2 15.4% /lib32/libm-2.7.so
41 2 100.0% LazyCompile: exp native math.js:41
42 2 100.0% Script: exp.js
43
44 1 7.7% v8::internal::JSObject::LocalLookupRealNamedProperty(v8::intern al::String*, v8::internal::LookupResult*)
45 1 100.0% Script: exp.js
46
47 1 7.7% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*)
48 1 100.0% Script: exp.js
49
50 1 7.7% ffffe000-fffff000
51
52 1 7.7% fegetexcept
53 1 100.0% LazyCompile: exp native math.js:41
54 1 100.0% Script: exp.js
55
56 1 7.7% exp
57 1 100.0% LazyCompile: exp native math.js:41
58 1 100.0% Script: exp.js
59
60 1 7.7% LoadIC: j
61
62 1 7.7% LoadIC: i
63
64 1 7.7% LazyCompile: exp native math.js:41
65 1 100.0% Script: exp.js
66
OLDNEW
« no previous file with comments | « test/mjsunit/tools/tickprocessor-test.log ('k') | tools/linux-tick-processor » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698