Lines Matching refs:print
54 print(fileName + ': ' + (e.message || e));
93 print('Snapshot: Code move event for unknown code: 0x' +
97 print('Snapshot: Code delete event for unknown code: 0x' +
221 print('Code move event for unknown code: 0x' + addr.toString(16));
224 print('Code delete event for unknown code: 0x' + addr.toString(16));
275 print(str);
421 print('Generation ' + this.generation_ + ':');
437 print('Statistical profiling result from ' + this.lastLogFileName_ +
515 print('\n [' + headerTitle + ']:');
516 print(' ticks total nonlib name');
526 print(' ' + padLeft(ticks, 5) + ' ' +
533 print('\n [Bottom up (heavy) profile]:');
534 print(' Note: percentage shows a share of a particular caller in the ' +
537 print(' Callers occupying less than ' +
540 print(' ticks parent name');
608 print(' ' + padLeft(rec.totalTime, 5) + ' ' +
617 print('');
937 print('Cmdline args: [options] [log-file-name]\n' +
940 print('Options:');
950 print(' ' + padRight(synonims.join(', '), 20) + dispatch[2]);