Home
last modified time | relevance | path

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

/external/clang/www/demo/
Dindex.cgi352 my $timerFile = getname(".llvm-gcc.time");
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 );
/external/llvm-project/clang/www/demo/
Dindex.cgi352 my $timerFile = getname(".llvm-gcc.time");
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 );