Search code examples
delphimemory-leaksdelphi-xe6aqtime

Delphi XE6 - How to disable AQTime?


I am working on tracking down some memory leaks... I enabled the free version of AQTime that comes with XE6 to do code profiling. It runs and generates a report for me showing me my various memory leaks... I now want to DISABLE it. I have set my build configuration to RELEASE and recompiled, but this did not help.

I have looked around in the AQ Menu (from within the Delphi IDE). There is a Disable Profiling menu option, but it is grayed out... How do I get the option to turn OFF AQTime now...?


Solution

  • Ended up uninstalling it. Thanks...