mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
libexpr: Add nrExprs to NIX_SHOW_STATS
This commit is contained in:
parent
4a8c9bb9aa
commit
3720e811fa
3 changed files with 6 additions and 0 deletions
|
@ -2506,6 +2506,7 @@ void EvalState::printStats()
|
|||
{"elements", nrValuesInEnvs},
|
||||
{"bytes", bEnvs},
|
||||
};
|
||||
topObj["nrExprs"] = Expr::nrExprs;
|
||||
topObj["list"] = {
|
||||
{"elements", nrListElems},
|
||||
{"bytes", bLists},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue