1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

libexpr: Add nrExprs to NIX_SHOW_STATS

This commit is contained in:
Robert Hensing 2023-09-12 13:21:55 +02:00
parent 4a8c9bb9aa
commit 3720e811fa
3 changed files with 6 additions and 0 deletions

View file

@ -653,6 +653,7 @@ formal
namespace nix {
unsigned long Expr::nrExprs = 0;
Expr * EvalState::parse(
char * text,