1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

Add some instrumentation for debugging GC leaks

This commit is contained in:
Eelco Dolstra 2014-09-17 15:19:07 +02:00
parent d37d012774
commit 6e5b02bee4
4 changed files with 59 additions and 0 deletions

View file

@ -86,6 +86,8 @@ void processExpr(EvalState & state, const Strings & attrPaths,
}
}
}
state.printCanaries();
}