Merge pull request #2391 from grahamc/more-stats
Print stats in more programs
This commit is contained in:
commit
254ed7f9f3
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue