[stats] Add -trace-stats-events

This commit is contained in:
Graydon Hoare
2017-09-22 19:16:21 -04:00
parent 205f725d6e
commit 994ad7ad92
5 changed files with 15 additions and 1 deletions

View File

@@ -220,6 +220,9 @@ public:
/// The path to which we should output statistics files.
std::string StatsOutputDir;
/// Trace changes to stats to files in StatsOutputDir.
bool TraceStats = false;
/// Indicates whether function body parsing should be delayed
/// until the end of all files.
bool DelayedFunctionBodyParsing = false;