Reputation: 152
As we know, we should build project first with /GENPROFILE and run it for training, and then switch the command to /USEPROFILE to build the optimized bundle.
I have printed the time of each time-costing function and I found that it is more faster under /GENPROFILE stage than /USEPROFILE, actually the prior one is far beyond the performance than the latter one. Why this happened? If the compiler is using the trained pgd file, why the final .exe which using the trained pgd file is slower?
Upvotes: 0
Views: 239