Skip to content

Commit 009d4d6

Browse files
authored
Add TieredPGO and ReadyToRun to Microsoft-Windows-DotNETRuntime/TieredCompilation/Settings event (#1663)
1 parent 8161836 commit 009d4d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TraceEvent/Parsers/ClrTraceEventParser.cs

+2
Original file line numberDiff line numberDiff line change
@@ -12949,6 +12949,8 @@ public enum TieredCompilationSettingsFlags : uint
1294912949
None = 0x0,
1295012950
QuickJit = 0x1,
1295112951
QuickJitForLoops = 0x2,
12952+
TieredPGO = 0x4,
12953+
ReadyToRun = 0x8,
1295212954
}
1295312955

1295412956
// [SecuritySafeCritical]

0 commit comments

Comments
 (0)