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

Add analyzer for template instantiations #1

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

It would be useful to be able to export a list of template instantiations.

It would include the number of occurrences, the total elapsed time and the average elapsed time per instantiation. Could be inspired by existing ones (i.e. file compilations).

Remember to add command line options like: