diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-06-11 16:10:50 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-06-12 17:49:55 +0200 |
commit | 30964103dc31c32ccb69912fdd73474cd65447e9 (patch) | |
tree | 91b27a001244248f7cce82d735e8c5f5a1037839 /src/libexpr/eval.hh | |
parent | 24c68069948681366ff2351dd7400af6e69006d9 (diff) |
Add temporary stats
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index d0f298e16..46bda86d0 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); |