This commit is contained in:
Niclas Adlertz 2013-09-27 15:43:03 -07:00
commit f9b1731815
22 changed files with 525 additions and 390 deletions

View file

@ -2567,6 +2567,9 @@ class CommandLineFlags {
product(bool, PrintStringTableStatistics, false, \
"print statistics about the StringTable and SymbolTable") \
\
diagnostic(bool, VerifyStringTableAtExit, false, \
"verify StringTable contents at exit") \
\
notproduct(bool, PrintSymbolTableSizeHistogram, false, \
"print histogram of the symbol table") \
\