Missing StartupFlags in Runtime/Start event #52042
Labels
area-Tracing-coreclr
enhancement
Product code improvement that does NOT require public API changes/additions
question
Answer questions and provide assistance, not an issue with source code or documentation.
Projects
Milestone
/Runtime/Startevent containsStartupFlagsfield, informing on various attributes provided to host. They were very useful, for example in PerfView analysis - showed in GCStats CLR Startup Flags view. It was a super convenient way to check GC mode, with the help of CONCURRENT_GC/SERVER_GC values. Especially when analysis of sessions recorded on external, not fully controlled environments (like customer support etc.). These flags are reported in .NET Framework apps, but are not used in .NET Core/.NET 5.I wonder how we can return to informing about GC modes in the recorded session? Do we need a new dedicated "GC settings" event for that (taking the opportunity to add something more than GC mode)? I've created an issue on PerfView side too, but apparently, we need runtime support for that. Or maybe I'm missing something and we can get this info from a trace?
The text was updated successfully, but these errors were encountered: