Home
last modified time | relevance | path

Searched refs:unaccounted (Results 1 – 7 of 7) sorted by relevance

/external/v8/tools/
Dtickprocessor.js203 { 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,
Dll_prof.py999 unaccounted = "unaccounted ticks" variable
1001 unaccounted += " (probably in the kernel, try --kernel)"
1002 PrintTicks(really_missed_ticks, ticks, unaccounted)
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
Dtickprocessor-test.func-info1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
Dtickprocessor-test.default1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
Dtickprocessor-test.ignore-unknown1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
Dtickprocessor-test.separate-ic1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).