Home | History | Annotate | Download | only in tools

Lines Matching full:print

49     print(fileName + ': ' + (e.message || e));
80 print('Snapshot: Code move event for unknown code: 0x' +
84 print('Snapshot: Code delete event for unknown code: 0x' +
187 print('Code move event for unknown code: 0x' + addr.toString(16));
190 print('Code delete event for unknown code: 0x' + addr.toString(16));
239 print(str);
374 print('Generation ' + this.generation_ + ':');
401 print('Statistical profiling result from ' + this.lastLogFileName_ +
408 // Print the unknown ticks percentage if they are not ignored.
479 print('\n [' + headerTitle + ']:');
480 print(' ticks total nonlib name');
485 print('\n [Bottom up (heavy) profile]:');
486 print(' Note: percentage shows a share of a particular caller in the ' +
489 print(' Callers occupying less than ' +
492 print(' ticks parent name');
498 print
520 print(' ' + padLeft(rec.selfTime, 5) + ' ' +
535 print(' ' + padLeft(rec.totalTime, 5) + ' ' +
544 print('');
845 print('Cmdline args: [options] [log-file-name]\n' +
848 print('Options:');
858 print(' ' + padRight(synonims.join(', '), 20) + dispatch[2]);