Home | History | Annotate | Download | only in tools

Lines Matching full:ticks

194   var ticks = this.ticks_ =
212 ticks.unaccounted++;
366 // as simply resetting PC will produce unaccounted ticks.
382 TickProcessor.prototype.processHeapSampleBegin = function(space, state, ticks) {
409 ' ticks, ' + this.ticks_.unaccounted + ' unaccounted, ' +
414 // Print the unknown ticks percentage if they are not ignored.
430 // Our total time contains all the ticks encountered,
431 // while profile only knows about the filtered ticks.
434 // Count library ticks
486 print(' ticks total nonlib name');
498 print(' ticks parent name');
765 'Show only ticks from JS VM state'],
767 'Show only ticks from GC VM state'],
769 'Show only ticks from COMPILER VM state'],
771 'Show only ticks from OTHER VM state'],
773 'Show only ticks from EXTERNAL VM state'],
777 'Exclude ticks of unknown code entries from processing'],