diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-10-28 18:08:47 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-10-28 18:08:47 +0900 |
| commit | 9f127b26c74ad585aef488ae15251f42e9f6f006 (patch) | |
| tree | b108a1b0149d054e5e3e020f57a1793b68eeaaf2 /symtab.cc | |
| parent | 748969f39dfb4a60d81b0a47e3e8c5a86194a6bf (diff) | |
[C++] Show the number of interned strings with --kati_stats
Diffstat (limited to 'symtab.cc')
| -rw-r--r-- | symtab.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ class Symtab { } ~Symtab() { + LOG_STAT("%zu symbols", symbols_.size()); for (string* s : symbols_) delete s; } |
