Forum Discussion

DavidJameson's avatar
DavidJameson
Occasional Contributor
8 years ago
Solved

Why is Performance Profiler indicating no routines analyzed

This is almost embarrassing. I was an AQTime user 12 years ago and earlier using it with Delphi.

Now, I'm working on a project in C++ (just native) and, with a brand new license, I'm trying to use it to do a basic Performance Profile of my code. While I'm pretty sure I've followed all the instructions to make it work (https://support.smartbear.com/viewarticle/43100/) , after I do a brief run, where AQTime is clearly doing something since my application runs blatantly slowly, the summary tell me that 0 routines have been analyzed and 0 routines executed. So there's no call graph, call tree, etc.

 

The main executable shows up as a module, and "All Project Modules" (routines only) is checked in the "Code to Profile"

 

What have I forgotten to do?

 

Thanks in advance