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

Side by Side Diff: test/mjsunit/tools/tickprocessor-test.ignore-unknown

Issue 149513: TickProcessor: more accurate mapping of statically compiled code on Linux. (Closed)
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
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 [Shared libraries]: 3 [Shared libraries]:
4 ticks total nonlib name 4 ticks total nonlib name
5 2 18.2% 0.0% /lib32/libm-2.7.so 5 3 27.3% 0.0% /lib32/libm-2.7.so
6 1 9.1% 0.0% ffffe000-fffff000 6 1 9.1% 0.0% ffffe000-fffff000
7 7
8 [JavaScript]: 8 [JavaScript]:
9 ticks total nonlib name 9 ticks total nonlib name
10 1 9.1% 12.5% LazyCompile: exp native math.js:41 10 1 9.1% 14.3% LazyCompile: exp native math.js:41
11 11
12 [C++]: 12 [C++]:
13 ticks total nonlib name 13 ticks total nonlib name
14 2 18.2% 25.0% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 14 2 18.2% 28.6% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
15 1 9.1% 12.5% v8::internal::JSObject::LocalLookupRealNamedProperty(v8 ::internal::String*, v8::internal::LookupResult*) 15 1 9.1% 14.3% v8::internal::JSObject::LocalLookupRealNamedProperty(v8 ::internal::String*, v8::internal::LookupResult*)
16 1 9.1% 12.5% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*) 16 1 9.1% 14.3% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*)
17 1 9.1% 12.5% fegetexcept 17 1 9.1% 14.3% exp
18 1 9.1% 12.5% exp
19 18
20 [GC]: 19 [GC]:
21 ticks total nonlib name 20 ticks total nonlib name
22 0 0.0% 21 0 0.0%
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
29 3 27.3% /lib32/libm-2.7.so
30 3 100.0% LazyCompile: exp native math.js:41
31 3 100.0% Script: exp.js
32
30 2 18.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 33 2 18.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
31 2 100.0% LazyCompile: exp native math.js:41 34 2 100.0% LazyCompile: exp native math.js:41
32 2 100.0% Script: exp.js 35 2 100.0% Script: exp.js
33 36
34 2 18.2% /lib32/libm-2.7.so
35 2 100.0% LazyCompile: exp native math.js:41
36 2 100.0% Script: exp.js
37
38 1 9.1% v8::internal::JSObject::LocalLookupRealNamedProperty(v8::intern al::String*, v8::internal::LookupResult*) 37 1 9.1% v8::internal::JSObject::LocalLookupRealNamedProperty(v8::intern al::String*, v8::internal::LookupResult*)
39 1 100.0% Script: exp.js 38 1 100.0% Script: exp.js
40 39
41 1 9.1% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*) 40 1 9.1% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*)
42 1 100.0% Script: exp.js 41 1 100.0% Script: exp.js
43 42
44 1 9.1% ffffe000-fffff000 43 1 9.1% ffffe000-fffff000
45 44
46 1 9.1% fegetexcept
47 1 100.0% LazyCompile: exp native math.js:41
48 1 100.0% Script: exp.js
49
50 1 9.1% exp 45 1 9.1% exp
51 1 100.0% LazyCompile: exp native math.js:41 46 1 100.0% LazyCompile: exp native math.js:41
52 1 100.0% Script: exp.js 47 1 100.0% Script: exp.js
53 48
54 1 9.1% LazyCompile: exp native math.js:41 49 1 9.1% LazyCompile: exp native math.js:41
55 1 100.0% Script: exp.js 50 1 100.0% Script: exp.js
56 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698