Searched refs:unaccounted (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/mjsunit/tools/ |
D | tickprocessor-test.only-summary | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
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.ignore-unknown | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
D | tickprocessor-test.default | 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).
|
/external/v8/tools/ |
D | tickprocessor.js | 209 { total: 0, unaccounted: 0, excluded: 0, gc: 0 }; 237 ticks.unaccounted++; 446 ' ticks, ' + this.ticks_.unaccounted + ' unaccounted, ' + 459 totalTicks -= this.ticks_.unaccounted; 491 if (!this.ignoreUnknown_ && this.ticks_.unaccounted > 0) { 492 this.printLine('Unaccounted', this.ticks_.unaccounted,
|
D | ll_prof.py | 1048 unaccounted = "unaccounted ticks" variable 1050 unaccounted += " (probably in the kernel, try --kernel)" 1051 PrintTicks(really_missed_ticks, ticks, unaccounted)
|
/external/autotest/client/site_tests/security_StatefulPermissions/ |
D | control | 13 Fail if any files are found which are unaccounted for by given owner-specific
|