Home | History | Annotate | Download | only in Support

Lines Matching refs:print

27 // CreateInfoOutputFile - Return a file stream to print our output on.
57 // CreateInfoOutputFile - Return a file stream to print our output on.
66 // each time -stats or -time-passes wants to print output to it. To
175 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const {
267 // print the timing data.
293 // Print the report when all timers in this group are destroyed if some of
322 // Print out timing header.
330 // If this is not an collection of ungrouped times, print the total time.
331 // Ungrouped timers don't really make sense to add up. We still print the
352 Entry.first.print(Total, OS);
356 Total.print(Total, OS);
363 /// print - Print any started timers in this group and zero them.
364 void TimerGroup::print(raw_ostream &OS) {
378 // If any timers were started, print the group.
388 TG->print(OS);