summaryrefslogtreecommitdiffstats
path: root/src/manifest_parser_perftest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-7/+12
| | | | | | | | | Also check for Stat() failure in a few more places. This way, ninja doesn't print two "ninja: error: " lines if stat() fails during a build. It also makes it easier to keep the stat tests quiet. Every caller of Stat() needs to explicitly log the error string if that's desired.
* Fix -Wunused-result warning for chdir on linux.Nico Weber2014-06-251-1/+5
|
* Make manifest_parser_perftest build on Windows.Nico Weber2014-04-271-1/+3
|
* Manifest perftest: Try to make it build on Linux.Nico Weber2014-04-171-0/+1
|
* Manifest perftest: Pull manifest parsing into own function.Nico Weber2014-04-171-17/+20
|
* Manifest perftest: Also measure command evaluation time.Nico Weber2014-04-171-5/+31
|
* Add a simple manifest parsing perftest.Nico Weber2014-04-171-0/+82