microsoft / vcperf

A build analysis tool for the MSVC toolchain.
MIT License
295 stars 33 forks source link

Open source perf_msvcbuildinsights.dll #33

Open zjturner opened 1 year ago

zjturner commented 1 year ago

I'd like to change the UI layout of the Files Explorer by adding a few columns that represent some domain specific information about my application. Then I'd like to change vcperf to emit those columns. As it stands, this appears impossible. There is no code in this repository that defines the layout of the views in WPA, and there's no way to influence the mapping of parameters in PayloadBuilder::Build() to columns in the UI. So I suspect all of this code lives in perf_msvcbuildinsights.dll.

Can this be open sourced?