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

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

Issue 802333002: Profiler improvements (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updated test expectations; improved tickprocessor tests failure output Created 5 years, 11 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 | « test/mjsunit/tools/tickprocessor-test.ignore-unknown ('k') | tools/logreader.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, (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 3 23.1% /lib32/libm-2.7.so 5 3 23.1% /lib32/libm-2.7.so
6 1 7.7% ffffe000-fffff000 6 1 7.7% ffffe000-fffff000
7 7
8 [JavaScript]: 8 [JavaScript]:
9 ticks total nonlib name 9 ticks total nonlib name
10 1 7.7% 11.1% LoadIC: j 10 1 7.7% 11.1% LoadIC: j
11 1 7.7% 11.1% LoadIC: i 11 1 7.7% 11.1% LoadIC: i
12 1 7.7% 11.1% LazyCompile: exp native math.js:41
13 12
14 [C++]: 13 [C++]:
15 ticks total nonlib name 14 ticks total nonlib name
16 2 15.4% 22.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 15 2 15.4% 22.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
17 1 7.7% 11.1% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*) 16 1 7.7% 11.1% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*)
18 1 7.7% 11.1% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*) 17 1 7.7% 11.1% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*)
19 1 7.7% 11.1% exp 18 1 7.7% 11.1% exp
20 19
21 [Summary]: 20 [Summary]:
22 ticks total nonlib name 21 ticks total nonlib name
23 3 23.1% 33.3% JavaScript 22 2 15.4% 22.2% JavaScript
24 5 38.5% 55.6% C++ 23 5 38.5% 55.6% C++
25 0 0.0% 0.0% GC 24 0 0.0% 0.0% GC
26 4 30.8% Shared libraries 25 4 30.8% Shared libraries
27 2 15.4% Unaccounted 26 2 15.4% Unaccounted
28 27
29 [C++ entry points]: 28 [C++ entry points]:
30 ticks cpp total name 29 ticks cpp total name
31 2 40.0% 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 30 2 40.0% 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
32 1 20.0% 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*) 31 1 20.0% 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*)
33 1 20.0% 7.7% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*) 32 1 20.0% 7.7% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*)
34 1 20.0% 7.7% exp 33 1 20.0% 7.7% exp
35 34
36 [Bottom up (heavy) profile]: 35 [Bottom up (heavy) profile]:
37 Note: percentage shows a share of a particular caller in the total 36 Note: percentage shows a share of a particular caller in the total
38 amount of its parent calls. 37 amount of its parent calls.
39 Callers occupying less than 2.0% are not shown. 38 Callers occupying less than 2.0% are not shown.
40 39
41 ticks parent name 40 ticks parent name
42 3 23.1% /lib32/libm-2.7.so 41 3 23.1% /lib32/libm-2.7.so
43 3 100.0% LazyCompile: exp native math.js:41 42 3 100.0% LazyCompile: exp native math.js:41
44 3 100.0% Script: exp.js 43 3 100.0% Script: exp.js
45 44
46 2 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 45 2 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
47 2 100.0% LazyCompile: exp native math.js:41 46 2 100.0% LazyCompile: exp native math.js:41
48 2 100.0% Script: exp.js 47 2 100.0% Script: exp.js
49 48
49 2 15.4% UNKNOWN
50 1 50.0% LazyCompile: exp native math.js:41
51 1 100.0% Script: exp.js
52
50 1 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal ::String*, v8::internal::LookupResult*) 53 1 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal ::String*, v8::internal::LookupResult*)
51 1 100.0% Script: exp.js 54 1 100.0% Script: exp.js
52 55
53 1 7.7% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*) 56 1 7.7% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*)
54 1 100.0% Script: exp.js 57 1 100.0% Script: exp.js
55 58
56 1 7.7% ffffe000-fffff000 59 1 7.7% ffffe000-fffff000
57 60
58 1 7.7% exp 61 1 7.7% exp
59 1 100.0% LazyCompile: exp native math.js:41 62 1 100.0% LazyCompile: exp native math.js:41
60 1 100.0% Script: exp.js 63 1 100.0% Script: exp.js
61 64
62 1 7.7% LoadIC: j 65 1 7.7% LoadIC: j
63 66
64 1 7.7% LoadIC: i 67 1 7.7% LoadIC: i
65 68
66 1 7.7% LazyCompile: exp native math.js:41
67 1 100.0% Script: exp.js
68
OLDNEW
« no previous file with comments | « test/mjsunit/tools/tickprocessor-test.ignore-unknown ('k') | tools/logreader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698