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

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

Issue 149195: Add automatic tests for Tick Processor. (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
(Empty)
1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
2
3 [Shared libraries]:
4 ticks total nonlib name
5 2 18.2% 0.0% /lib32/libm-2.7.so
6 1 9.1% 0.0% ffffe000-fffff000
7
8 [JavaScript]:
9 ticks total nonlib name
10 1 9.1% 12.5% LazyCompile: exp native math.js:41
11
12 [C++]:
13 ticks total nonlib name
14 2 18.2% 25.0% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
15 1 9.1% 12.5% 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*)
17 1 9.1% 12.5% fegetexcept
18 1 9.1% 12.5% exp
19
20 [GC]:
21 ticks total nonlib name
22 0 0.0%
23
24 [Bottom up (heavy) profile]:
25 Note: percentage shows a share of a particular caller in the total
26 amount of its parent calls.
27 Callers occupying less than 2.0% are not shown.
28
29 ticks parent name
30 2 18.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
31 2 100.0% LazyCompile: exp native math.js:41
32 2 100.0% Script: exp.js
33
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*)
39 1 100.0% Script: exp.js
40
41 1 9.1% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8 ::internal::String*>::FindEntry(v8::internal::String*)
42 1 100.0% Script: exp.js
43
44 1 9.1% ffffe000-fffff000
45
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
51 1 100.0% LazyCompile: exp native math.js:41
52 1 100.0% Script: exp.js
53
54 1 9.1% LazyCompile: exp native math.js:41
55 1 100.0% Script: exp.js
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698