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

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

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
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% LazyCompile: exp native math.js:41
11 10
12 [C++]: 11 [C++]:
13 ticks total nonlib name 12 ticks total nonlib name
14 2 15.4% 22.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 13 2 15.4% 22.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
15 1 7.7% 11.1% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*) 14 1 7.7% 11.1% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*)
16 1 7.7% 11.1% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*) 15 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% exp 16 1 7.7% 11.1% exp
18 17
19 [Summary]: 18 [Summary]:
20 ticks total nonlib name 19 ticks total nonlib name
21 1 7.7% 11.1% JavaScript 20 0 0.0% 0.0% JavaScript
22 5 38.5% 55.6% C++ 21 5 38.5% 55.6% C++
23 0 0.0% 0.0% GC 22 0 0.0% 0.0% GC
24 4 30.8% Shared libraries 23 4 30.8% Shared libraries
25 2 15.4% Unaccounted 24 2 15.4% Unaccounted
26 25
27 [C++ entry points]: 26 [C++ entry points]:
28 ticks cpp total name 27 ticks cpp total name
29 2 40.0% 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 28 2 40.0% 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
30 1 20.0% 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*) 29 1 20.0% 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8:: internal::String*, v8::internal::LookupResult*)
31 1 20.0% 7.7% v8::internal::HashTable<v8::internal::StringDictionaryS hape, v8::internal::String*>::FindEntry(v8::internal::String*) 30 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% exp 31 1 20.0% 7.7% exp
33 32
34 [Bottom up (heavy) profile]: 33 [Bottom up (heavy) profile]:
35 Note: percentage shows a share of a particular caller in the total 34 Note: percentage shows a share of a particular caller in the total
36 amount of its parent calls. 35 amount of its parent calls.
37 Callers occupying less than 2.0% are not shown. 36 Callers occupying less than 2.0% are not shown.
38 37
39 ticks parent name 38 ticks parent name
40 3 23.1% /lib32/libm-2.7.so 39 3 23.1% /lib32/libm-2.7.so
41 3 100.0% LazyCompile: exp native math.js:41 40 3 100.0% LazyCompile: exp native math.js:41
42 3 100.0% Script: exp.js 41 3 100.0% Script: exp.js
43 42
44 2 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments) 43 2 15.4% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
45 2 100.0% LazyCompile: exp native math.js:41 44 2 100.0% LazyCompile: exp native math.js:41
46 2 100.0% Script: exp.js 45 2 100.0% Script: exp.js
47 46
47 2 15.4% UNKNOWN
48 1 50.0% LazyCompile: exp native math.js:41
49 1 100.0% Script: exp.js
50
48 1 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal ::String*, v8::internal::LookupResult*) 51 1 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal ::String*, v8::internal::LookupResult*)
49 1 100.0% Script: exp.js 52 1 100.0% Script: exp.js
50 53
51 1 7.7% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*) 54 1 7.7% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*)
52 1 100.0% Script: exp.js 55 1 100.0% Script: exp.js
53 56
54 1 7.7% ffffe000-fffff000 57 1 7.7% ffffe000-fffff000
55 58
56 1 7.7% exp 59 1 7.7% exp
57 1 100.0% LazyCompile: exp native math.js:41 60 1 100.0% LazyCompile: exp native math.js:41
58 1 100.0% Script: exp.js 61 1 100.0% Script: exp.js
59 62
60 1 7.7% LazyCompile: exp native math.js:41
61 1 100.0% Script: exp.js
62
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