From beb3390334fc4e7071645c89018e45eaa81f47ba Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 13 Jan 2015 13:48:16 +0000 Subject: Add interned string stats in debug command --- src/interned_string.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/interned_string.hh') diff --git a/src/interned_string.hh b/src/interned_string.hh index 8357ba85..66c7bd58 100644 --- a/src/interned_string.hh +++ b/src/interned_string.hh @@ -13,6 +13,8 @@ class InternedString; class StringRegistry : public Singleton { +public: + void debug_stats() const; private: friend class InternedString; -- cgit v1.2.3