ContributionsMost RecentMost LikesSolutionsRe: Allocation profilerThank, The problem has been troubleshooted, have fun! Re: Allocation profilerI try to use your link to the troubleshooter but it's seems that I'm not allowed to. ERROR 403 But I can acces to it through the Support section. Allocation profilerHi everyone, I executed the performance and coverage profiler on a C# .net application and evething went well. When I'm trying to run the same application with the allocation profiler, it never end. When I look to the CPU usage, it always shows me 50% for my application being profiled. Does someone know why it's doing this and may be what should I do ? Thank you. Re: AQ Time Via COM [Beginer]Thank you AQ Time Via COM [Beginer] Hello, I'm currently using AQTime via COM and I'm facing a problem. To profile my application, I use the NewProjectFromModule() method of an IaqTimeIntegrationManager object, specifying the path to my executable file. Then I use the start() method of this same object specifying the path where I want to store the results. My problem is that I don't want to get result in XML format only, because it doesn't contain things like the Call Grah or the Call Tree that I can obtain in the standalone mode (tell me if I'm wrong). So I thought that if I can save the project in a .aqt file when the profiling is over, may be I'll have all those infomation. But I can't find how to do it using AQTime via COM. I'll be pleased, if someone got idea. Thank for your help.