Home | History | Annotate | Download | only in tools

Lines Matching refs:total

180     { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
342 this.ticks_.total++;
378 // Sort by total time, desc, then by name, desc.
402 ', (' + this.ticks_.total +
406 if (this.ticks_.total == 0) return;
411 this.printCounter(this.ticks_.unaccounted, this.ticks_.total);
420 var totalTicks = this.ticks_.total;
424 // Our total time contains all the ticks encountered,
457 // Sort by total time, desc, then by name, desc.
480 print(' ticks total nonlib name');
487 'total\n' +