summaryrefslogtreecommitdiffstats
path: root/src/parser_perftest.cc
Commit message (Collapse)AuthorAgeFilesLines
* print edges per secondPeter Kuemmel2012-07-151-0/+1
| | | | | | | | | | | prints the rate of finished edges per second to the console, for instance with NINJA_STATUS="[%s/%t %o(%c)/s] ": [132/1922 16.1(14)/s] 16.1 is the average for all processed files (here 132 since start) 14 is the average of the last n files while n is the number specifies by -j (or its default)
* fix parser_perftest after depfile changeEvan Martin2011-12-281-1/+1
|
* adapt parser_perftest to new depfile classEvan Martin2011-12-271-2/+2
|
* perftest: print summary info at endEvan Martin2011-05-271-1/+20
|
* add a test program for evaluating depfile parse speedEvan Martin2011-05-251-0/+57