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

Side by Side Diff: test/mjsunit/tools/tickprocessor-test.default

Issue 291153005: Consistently say 'own' property (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add new files Created 6 years, 7 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, 2 unaccounted, 0 excluded). 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
2 2
3 [Unknown]: 3 [Unknown]:
4 ticks total nonlib name 4 ticks total nonlib name
5 2 15.4% 5 2 15.4%
6 6
7 [Shared libraries]: 7 [Shared libraries]:
8 ticks total nonlib name 8 ticks total nonlib name
9 3 23.1% 0.0% /lib32/libm-2.7.so 9 3 23.1% 0.0% /lib32/libm-2.7.so
10 1 7.7% 0.0% ffffe000-fffff000 10 1 7.7% 0.0% ffffe000-fffff000
11 11
12 [JavaScript]: 12 [JavaScript]:
13 ticks total nonlib name 13 ticks total nonlib name
14 1 7.7% 11.1% LazyCompile: exp native math.js:41 14 1 7.7% 11.1% LazyCompile: exp native math.js:41
15 15
16 [C++]: 16 [C++]:
17 ticks total nonlib name 17 ticks total nonlib name
18 2 15.4% 22.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 18 2 15.4% 22.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
19 1 7.7% 11.1% v8::internal::JSObject::LocalLookupRealNamedProperty(v8 ::internal::String*, v8::internal::LookupResult*) 19 1 7.7% 11.1% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*)
20 1 7.7% 11.1% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*) 20 1 7.7% 11.1% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*)
21 1 7.7% 11.1% exp 21 1 7.7% 11.1% exp
22 22
23 [GC]: 23 [GC]:
24 ticks total nonlib name 24 ticks total nonlib name
25 0 0.0% 25 0 0.0%
26 26
27 [Bottom up (heavy) profile]: 27 [Bottom up (heavy) profile]:
28 Note: percentage shows a share of a particular caller in the total 28 Note: percentage shows a share of a particular caller in the total
29 amount of its parent calls. 29 amount of its parent calls.
30 Callers occupying less than 2.0% are not shown. 30 Callers occupying less than 2.0% are not shown.
31 31
32 ticks parent name 32 ticks parent name
33 3 23.1% /lib32/libm-2.7.so 33 3 23.1% /lib32/libm-2.7.so
34 3 100.0% LazyCompile: exp native math.js:41 34 3 100.0% LazyCompile: exp native math.js:41
35 3 100.0% Script: exp.js 35 3 100.0% Script: exp.js
36 36
37 2 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 37 2 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
38 2 100.0% LazyCompile: exp native math.js:41 38 2 100.0% LazyCompile: exp native math.js:41
39 2 100.0% Script: exp.js 39 2 100.0% Script: exp.js
40 40
41 1 7.7% v8::internal::JSObject::LocalLookupRealNamedProperty(v8::intern al::String*, v8::internal::LookupResult*) 41 1 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal ::String*, v8::internal::LookupResult*)
42 1 100.0% Script: exp.js 42 1 100.0% Script: exp.js
43 43
44 1 7.7% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*) 44 1 7.7% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*)
45 1 100.0% Script: exp.js 45 1 100.0% Script: exp.js
46 46
47 1 7.7% ffffe000-fffff000 47 1 7.7% ffffe000-fffff000
48 48
49 1 7.7% exp 49 1 7.7% exp
50 1 100.0% LazyCompile: exp native math.js:41 50 1 100.0% LazyCompile: exp native math.js:41
51 1 100.0% Script: exp.js 51 1 100.0% Script: exp.js
52 52
53 1 7.7% LazyCompile: exp native math.js:41 53 1 7.7% LazyCompile: exp native math.js:41
54 1 100.0% Script: exp.js 54 1 100.0% Script: exp.js
55 55
OLDNEW
« no previous file with comments | « test/mjsunit/tools/tickprocessor.js ('k') | test/mjsunit/tools/tickprocessor-test.ignore-unknown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698