microsoft / microsoft/perfview
TraceLog: Allow custom user parsers
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C#
- Stars
- 4.7k
- Forks
- 775
- Avg merge
- 5d 11h
- Merged PRs (30d)
- 9
Description
It would be nice to add custom parsers to TraceLog.
There is already a TODO for it:
https://github.com/microsoft/perfview/blob/084c4de35943d511c844f40bcbdcaa0dd2c709c3/src/TraceEvent/TraceLog.cs#L912
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the TODO in src/TraceEvent/TraceLog.cs around line 912 and trace how TraceLog currently selects and invokes parsers. Determine the registration and invocation behavior needed for custom user parsers, then verify that a custom parser can be added and used without breaking existing parsing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100