This commit is contained in:
Daniel D. Daugherty 2013-09-20 12:58:35 -07:00
commit 156b06d897
17 changed files with 407 additions and 338 deletions

View file

@ -2526,6 +2526,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") \
\