mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stats] Add -trace-stats-events
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user