Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/www/demo/
H A Dindex.cgi353 my $timerFile = getname(".llvm-gcc.time");
371 if ( $c->param('showstats') && -s $timerFile ) {
373 dumpFile( "Statistics for front-end compilation", $timerFile );
380 my $timerFile = getname(".gccld.time");
381 $stats = "--stats --time-passes --info-output-file=$timerFile"
392 if ( $c->param('showstats') && -s $timerFile ) {
394 dumpFile( "Statistics for optimizing linker", $timerFile );