How can I decode and parse an ETW log file in Javascript?
I found a few related NPM packages (windows-event-reader, win-getevent) but they are Node wrappers for the Get-WinEvent
Powershell command. As my tool runs exclusively in the browser, those aren't an option for me.
I think it's a wrong way to do it. You should:
Please check speedscope app and read this awesome article from Adam Sitnik "Profiling .NET Code with PerfView and visualizing it with speedscope.app"