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.