mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[stats] Add -trace-stats-events
This commit is contained in:
@@ -194,6 +194,9 @@ static bool ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args,
|
||||
Opts.DebugTimeCompilation |= Args.hasArg(OPT_debug_time_compilation);
|
||||
if (const Arg *A = Args.getLastArg(OPT_stats_output_dir)) {
|
||||
Opts.StatsOutputDir = A->getValue();
|
||||
if (Args.getLastArg(OPT_trace_stats_events)) {
|
||||
Opts.TraceStats = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_validate_tbd_against_ir_EQ)) {
|
||||
|
||||
Reference in New Issue
Block a user