AQ Time Via COM [Beginer]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
David
(French speaker)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi David,
I recommend that you just create and customize your project beforehand. After the profiling session ends, profiling results will be saved automatically along with the project when you close AQtime, so, you will be able to open the project and examine the results later.
Best regards,
Alexey
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
David
(French speaker)
