Searched refs:unaccounted (Results 1 – 7 of 7) sorted by relevance
/external/v8/tools/ |
D | tickprocessor.js | 203 { total: 0, unaccounted: 0, excluded: 0, gc: 0 }; 231 ticks.unaccounted++; 439 ' ticks, ' + this.ticks_.unaccounted + ' unaccounted, ' + 452 totalTicks -= this.ticks_.unaccounted; 483 if (!this.ignoreUnknown_ && this.ticks_.unaccounted > 0) { 484 this.printLine('Unaccounted', this.ticks_.unaccounted,
|
D | ll_prof.py | 999 unaccounted = "unaccounted ticks" variable 1001 unaccounted += " (probably in the kernel, try --kernel)" 1002 PrintTicks(really_missed_ticks, ticks, unaccounted)
|
/external/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
|
D | tickprocessor-test.func-info | 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
|
D | tickprocessor-test.default | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
D | tickprocessor-test.ignore-unknown | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
D | tickprocessor-test.separate-ic | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|