MetanoKid / cpp-build-analyzer

Analyzes MSVC C++ compilations with C++ Build Insights SDK
GNU General Public License v3.0
80 stars 2 forks source link

Removes raw decorated function name from Function Compilations report #46

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

Wasn't specially useful as the undecorated name gives better info. It was taking a lot of space and made report writing slow.

Could potentially be activated again via command-line option, in case someone wanted it.