Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 27.3% 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% 14.3% 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% 28.6% 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% 14.3% 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% 14.3% 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% 14.3% exp | 17 1 9.1% 14.3% exp |
| 18 | 18 |
| 19 [GC]: | 19 [States]: |
| 20 ticks total nonlib name | 20 category ticks percentage |
| 21 0 0.0% | 21 JavaScript 13 118.2% |
|
Yang
2013/09/30 11:25:02
118%... sounds like a bug somewhere...
| |
| 22 GC 0 0.0% | |
| 23 Compiler 0 0.0% | |
| 24 Other 0 0.0% | |
| 25 External 0 0.0% | |
| 26 Idle 0 0.0% | |
| 22 | 27 |
| 23 [Bottom up (heavy) profile]: | 28 [Bottom up (heavy) profile]: |
| 24 Note: percentage shows a share of a particular caller in the total | 29 Note: percentage shows a share of a particular caller in the total |
| 25 amount of its parent calls. | 30 amount of its parent calls. |
| 26 Callers occupying less than 2.0% are not shown. | 31 Callers occupying less than 2.0% are not shown. |
| 27 | 32 |
| 28 ticks parent name | 33 ticks parent name |
| 29 3 27.3% /lib32/libm-2.7.so | 34 3 27.3% /lib32/libm-2.7.so |
| 30 3 100.0% LazyCompile: exp native math.js:41 | 35 3 100.0% LazyCompile: exp native math.js:41 |
| 31 3 100.0% Script: exp.js | 36 3 100.0% Script: exp.js |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 42 | 47 |
| 43 1 9.1% ffffe000-fffff000 | 48 1 9.1% ffffe000-fffff000 |
| 44 | 49 |
| 45 1 9.1% exp | 50 1 9.1% exp |
| 46 1 100.0% LazyCompile: exp native math.js:41 | 51 1 100.0% LazyCompile: exp native math.js:41 |
| 47 1 100.0% Script: exp.js | 52 1 100.0% Script: exp.js |
| 48 | 53 |
| 49 1 9.1% LazyCompile: exp native math.js:41 | 54 1 9.1% LazyCompile: exp native math.js:41 |
| 50 1 100.0% Script: exp.js | 55 1 100.0% Script: exp.js |
| 51 | 56 |
| 57 [Code statistics] | |
| 58 Generated code: 2 kb | |
| OLD | NEW |