From 6da92d96aec29ab09cf909ac6a270bc2753cd34a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Oct 2013 02:22:24 +0200 Subject: [PATCH] Document NIX_SHOW_STATS and NIX_COUNT_CALLS --- doc/manual/env-common.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/manual/env-common.xml b/doc/manual/env-common.xml index e6a3589318..9e97e58f57 100644 --- a/doc/manual/env-common.xml +++ b/doc/manual/env-common.xml @@ -312,6 +312,24 @@ $ mount -o bind /mnt/otherdisk/nix /nix +NIX_SHOW_STATS + + If set to 1, Nix will print some + evaluation statistics, such as the number of values + allocated. + + + + +NIX_COUNT_CALLS + + If set to 1, Nix will print how + often functions were called during Nix expression evaluation. This + is useful for profiling your Nix expressions. + + + + GC_INITIAL_HEAP_SIZE If Nix has been configured to use the Boehm garbage