perfview
perfview copied to clipboard
Consider Allowing Custom Event Types to Be Consumed by Iteration in TraceLog
TraceLog allows users to iterate through and filter events, rather than subscribing to them via "push". However, there is no way to consume custom event types or use custom parsers in this way because TraceLog doesn't provide a public way to register a parser.
This issue tracks looking at whether or not we should add such functionality.