summaryrefslogtreecommitdiffstats
path: root/src/manifest_parser_perftest.cc
Commit message (Expand)AuthorAgeFilesLines
* Factor ManifestParser options into a structureBrad King2017-09-071-1/+1
* Add <stdlib.h> includes for clang++/libc++ on UbuntuDan Willemsen2016-04-211-0/+1
* Replace ManifestParser::FileReader with general FileReaderBrad King2016-02-031-8/+2
* perftest: fix compilation after dupe_edge_should_err changeBrad King2016-02-021-1/+1
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-7/+12
* 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