mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* Keep some more stats.
This commit is contained in:
parent
e879a0371b
commit
76feaf016a
2 changed files with 12 additions and 0 deletions
|
@ -310,6 +310,9 @@ private:
|
|||
unsigned long nrValues;
|
||||
unsigned long nrListElems;
|
||||
unsigned long nrEvaluated;
|
||||
unsigned long nrAttrsets;
|
||||
unsigned long nrOpUpdates;
|
||||
unsigned long nrOpUpdateValuesCopied;
|
||||
unsigned int recursionDepth;
|
||||
unsigned int maxRecursionDepth;
|
||||
char * deepestStack; /* for measuring stack usage */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue