From 7bdb85453d16106ebf4d4af106720d917e221ad9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 8 Oct 2013 15:34:57 +0200 Subject: printStats(): Print the size of the symbol table in bytes --- src/libexpr/symbol-table.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libexpr/symbol-table.hh') diff --git a/src/libexpr/symbol-table.hh b/src/libexpr/symbol-table.hh index ccdabb0280b4..9129f0f460c3 100644 --- a/src/libexpr/symbol-table.hh +++ b/src/libexpr/symbol-table.hh @@ -89,6 +89,8 @@ public: { return symbols.size(); } + + size_t totalSize() const; }; } -- cgit 1.4.1