Reputation: 11
Trying to create an optimized executable after creating an instrumented build using /GL,/LTCG and /FASTGENPROFILE and /USEPROFILE
I'm trying to create an optimized executable after creating an instrumented build usinf /GL,/LTCG and /FASTGENPROFILE. I'm able to create the necessary .pgc files with this but on changing /FASTGENPROFILE to /USEPROFILE to actually create the optimized executable, i'm not seeing any PGO related logs in the build output.
The log is supposed to look something like this
I don't understand if the executable is already optimized and it just doesn't show in the logs or /USEPROFILE is working at all
Upvotes: 0
Views: 139