I use /Qopt-report-annotate to annotate source files with optimisation reporting. It's very useful and simple to use. I go directly to the part that I know is slow and I read what the compiler have done.
Nonetheless when there is template code (in a header file), we have no annotated file for each template instantiation. The information is available via /Qopt-report:3 but then we have to go back and forth between the header file and the optrpt file to verify each optimisation.
Is there any option to have also these template annotated.
Such a feature will be greatly appreciated.