summaryrefslogtreecommitdiffstats
path: root/src/canon_perftest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation error in canon_perftest.Nicolas Despres2017-02-021-1/+1
| | | | Introduced by 1cc730ddc27df52.
* fix order of args to CanonicalizePathScott Graham2014-11-091-1/+1
|
* remove CanonicalizePath overloads, test for toplevel behaviourScott Graham2014-11-091-1/+2
|
* windows: fix integer truncation issues for helper binariesEvan Martin2012-08-101-1/+1
| | | | | Disable the size_t truncation warning. (Note that this leaves on the other truncation-related warnings, like int->char.)
* 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)
* make canon_perftest build, add licenseEvan Martin2012-06-181-0/+17
|
* add canon_perftestNico Weber2012-06-031-0/+38