Lines Matching full:time
70 my $time = scalar localtime;
72 print LOG "[$time] [$remotehost]: $pid\n";
143 my $currtime = time();
146 print "time, try reloading in a second or two. Meow!</td></tr></table>'\n";
198 -label => 'Run link-time optimizer',
272 barf("Program $program took too long, compile time limited for the web script, sorry!.\n");
288 "Ouch, $program caught signal $sig. Sorry, better luck next time!\n"
317 "You must choose between uploading a file and typing code in. You can't do both at the same time."
352 my $timerFile = getname(".llvm-gcc.time");
356 $stats = "-stats -time-passes "
362 #$stats = "-Wa,--stats,--time-passes,--info-output-file=$timerFile"
379 my $timerFile = getname(".gccld.time");
380 $stats = "--stats --time-passes --info-output-file=$timerFile"