Searched refs:timerFile (Results 1 - 1 of 1) sorted by relevance

/external/clang/www/demo/
H A Dindex.cgi352 my $timerFile = getname(".llvm-gcc.time");
362 #$stats = "-Wa,--stats,--time-passes,--info-output-file=$timerFile"
370 if ( $c->param('showstats') && -s $timerFile ) {
372 dumpFile( "Statistics for front-end compilation", $timerFile );
379 my $timerFile = getname(".gccld.time");
380 $stats = "--stats --time-passes --info-output-file=$timerFile"
391 if ( $c->param('showstats') && -s $timerFile ) {
393 dumpFile( "Statistics for optimizing linker", $timerFile );

Completed in 16 milliseconds