Viladoman / CompileScore

Tools for profiling and visualizing C++ build times.
MIT License
457 stars 19 forks source link

option to save the recorded etl / to open it in WPA #43

Open Trass3r opened 1 year ago

Trass3r commented 1 year ago

See https://github.com/Viladoman/CompileScore/issues/39#issuecomment-1421943963

Trass3r commented 1 year ago

Is this redundant now that they integrated Build Insights into VS? Haven't tried it yet.

Viladoman commented 1 year ago

I will have to check exactly what they are doing with the etl generation. I don't think it is redundant, as if you want to get the compile score results you might need to build twice if you use the integrated build insights. Maybe we would like to generate the etl using the integrated build insights commands and then allow compile score to generate its reports from that etl instead. So we need to update the options for score generation, in order to generate the score file from an existing etl from within Visual Studio. It can be just a menu action in the context menus like the manual clang score generation.

But this is just speculation as I have not tried it out myself yet.