perfview icon indicating copy to clipboard operation
perfview copied to clipboard

ChromiumStackSourceWriter support not all fields

Open careless6666 opened this issue 2 years ago • 1 comments

In the implementation of the chromium format, the args field is now missing, it was possible to put a lot of information there that is displayed in the visual studio, but is not displayed in chromium

https://github.com/microsoft/perfview/blob/9c8f41649b6b187c6fa9cd6b6ed04bdcf469c7b0/src/TraceEvent/Stacks/ChromiumStackSourceWriter.cs#L54

Also, I think instead of hardcode category writer.Write(“\”cat\“: \“sampleEvent\“, “); will be better use writer.Write(“\”cat\“: item.TaskName, “);

careless6666 avatar Feb 17 '23 10:02 careless6666

@careless6666, apologies for the very late response. I am trying to go through the backlog. What sort of change are you looking for here?

brianrob avatar Jun 06 '25 00:06 brianrob

This issue will now be closed since it has been labeled 'stale' without activity for 30 days.

github-actions[bot] avatar Jul 06 '25 03:07 github-actions[bot]