I have tried to experiment with MultiCore JIT on a wpf-application using:
App() {
ProfileOptimization.SetProfileRoot(@"C:\temp\test"); // (a writable directory)
ProfileOptimization.StartProfile("Startup.Profile");
}
This works great on a new wpf-application and "Startup.Profile" is generated upon close of the application.
However when using this on the application we produce at work, no "Startup.Profile" is generated.
Is there anything that could block the creation of Startup.Profile.