Merge pull request #12071 from graydon/trace-stats-deltas

Trace stats deltas
This commit is contained in:
Graydon Hoare
2017-09-22 22:25:58 -07:00
committed by GitHub
9 changed files with 340 additions and 248 deletions

View File

@@ -222,6 +222,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;