about summary refs log tree commit diff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-06-11T14·10+0200
committerEelco Dolstra <edolstra@gmail.com>2018-06-12T15·49+0200
commit30964103dc31c32ccb69912fdd73474cd65447e9 (patch)
tree91b27a001244248f7cce82d735e8c5f5a1037839 /src/libexpr/eval.hh
parent24c68069948681366ff2351dd7400af6e69006d9 (diff)
Add temporary stats
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index d0f298e168e9..46bda86d084e 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -276,6 +276,7 @@ public:
 
     /* Print statistics. */
     void printStats();
+    void printStats2();
 
     void realiseContext(const PathSet & context);