Merge pull request #2391 from grahamc/more-stats

Print stats in more programs
This commit is contained in:
Eelco Dolstra 2018-09-01 14:05:57 +02:00 committed by GitHub
commit 254ed7f9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,6 +305,8 @@ void mainWrapped(int argc, char * * argv)
}
}
state->printStats();
auto buildPaths = [&](const PathSet & paths) {
/* Note: we do this even when !printMissing to efficiently
fetch binary cache data. */