Let the ".ninja parse" metric include the time to read the toplevel ninja file.
authorNico Weber <thakis@chromium.org>
Thu, 11 Jul 2013 00:43:29 +0000 (17:43 -0700)
committerNico Weber <thakis@chromium.org>
Thu, 11 Jul 2013 00:43:29 +0000 (17:43 -0700)
commit4c7802baf8ddead0cbfddefb1f9fa3587c6dd089
treef19457b24d6d65a4a8b06734a2c362a1b9dfc2cb
parentadaa91a33eb2cf23b88333b5cc2e2e456a5f1803
Let the ".ninja parse" metric include the time to read the toplevel ninja file.

Loads of included ninja files were covered by the ".ninja parse" in Parse()
further up the stack from the toplevel file, but the load of the toplevel
file wasn't counted. Fix that.
src/manifest_parser.cc