microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.18k stars 710 forks source link

perf artifact recorded without -a option failed to be loaded on WPA #1793

Closed ami-GS closed 1 year ago

ami-GS commented 1 year ago

Please refer WPA extension project (PerfDataExtensions). link below

https://github.com/microsoft/Microsoft-Performance-Tools-Linux-Android/issues/108

brianrob commented 1 year ago

@ami-GS, this is expected behavior. The parser implementation expects that the -a argument was used during capture.

ami-GS commented 1 year ago

Because data captured with -a is too big (slow) to open especially converting framegraph. I want to reduce artifact as small as possible

brianrob commented 1 year ago

I see. Unfortunately, this is expected behavior. I imagine it's possible to change this, but this is the current behavior today. I don't anticipate this would be super high on the priority list, but if this is a change you'd like to contribute, that's an option.