mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
* Better stats.
This commit is contained in:
parent
d39d3c6264
commit
e41b5828db
2 changed files with 16 additions and 5 deletions
|
@ -280,8 +280,10 @@ public:
|
|||
|
||||
private:
|
||||
|
||||
unsigned long nrValues;
|
||||
unsigned long nrEnvs;
|
||||
unsigned long nrValuesInEnvs;
|
||||
unsigned long nrValuesInLists;
|
||||
unsigned long nrValues;
|
||||
unsigned long nrEvaluated;
|
||||
unsigned int recursionDepth;
|
||||
unsigned int maxRecursionDepth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue