diff options
| author | Maxime Coste <maxime.coste@havok.com> | 2015-01-13 13:48:16 +0000 |
|---|---|---|
| committer | Maxime Coste <maxime.coste@havok.com> | 2015-01-13 13:48:16 +0000 |
| commit | beb3390334fc4e7071645c89018e45eaa81f47ba (patch) | |
| tree | 485ae729cd6a15f887a76880f09ee36c2cab589e /src/interned_string.hh | |
| parent | b9c4fc2d8c455991d1ffda250df5acacf5949a82 (diff) | |
Add interned string stats in debug command
Diffstat (limited to 'src/interned_string.hh')
| -rw-r--r-- | src/interned_string.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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<StringRegistry> { +public: + void debug_stats() const; private: friend class InternedString; |
