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.
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?