mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #12071 from graydon/trace-stats-deltas
Trace stats deltas
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user