Questions tagged [aqtime]

SmartBear AQtime is an integrated profiling toolkit. It allows finding leaks and performance bottlenecks in native, .NET, Java and ActiveScript applications.

AQtime Pro is an integrated profiling toolkit from the SmartBear company. It allows doing Performance, Memory, Coverage, etc. profiling of x86 and x64 native, managed (.NET) and Java applications as well as ActiveScript code (scripts in Internet Explorer, TestComplete tests). AQtime supports applications created in many different frameworks and languages without special preparation of these application, except for compiling them with their standard debug information.

The tool can be integrated into Microsoft Visual Studio, Embarcadero RAD Studio and Borland Delphi and C++Builder to perform profiling right within the IDE.

There is also a free edition with some functional limitations: AQtime Standard.

31 questions
1
vote
1 answer

How to use AQtime (free) in Delphi XE?

Embarcadero says that I got some free version of AQtime when I purchased my Delphi XE license. However, today I tried to run for the first time AQtime and I got an error message: 'You are using AQTime Standard... Line-level profiling can be…
Gabriel
  • 20,797
  • 27
  • 159
  • 293
1
vote
1 answer

Profiling a classic ASP application using AQTime

We have developed a large number of websites using ASP (jscript flavour), talking to the underlying intelligence layer (written in Delphi) through COM. These websites are running on IIS (5 and 6). Over the years this ASP layer has grown into…
Paul-Jan
  • 16,746
  • 1
  • 63
  • 95
1
vote
1 answer

measuring code coverage of an unit test using aqtime

I want to measure the code coverage of an unit test with aqtime. The application to test uses a lot of boost functionality. Now these boost methods appear in the test report. With these methods in the report, it is nearly impossible to interpret it…
Tobias Langner
  • 10,634
  • 6
  • 46
  • 76
1
vote
0 answers

Confused by profiler performance results 32-bit vs 64-bit

I have an application that calls a DLL, which in turn may make calls to another DLL. My problem is performance degradation when these binaries are 64-bit vs. 32-bit. I have been profiling (AQtime v8.24) using Elapsed Time and CPU Cache Misses…
Kathleen
  • 108
  • 7
1
vote
1 answer

Intel VTune Amplifier XE 2013 modules of interest

I'm a beginner in VTune. But I have some experience in AQTime 8. Now I'm using Intel VTune Amplifier XE 2013. In my opinion, it has many advantages over AQTime. There is a interesting question. In AQtime I can choose modules of my interest to…
Alina
  • 11
  • 3
1
vote
0 answers

AQTime can't profile code coverage on a unit test project based on .NET 4 and NUnit

I recently encounter a problem with AQtime when try to use it to profile code coverage on a unit test project which is based on .NET framework 4 and asserted by NUnit. Your comments and ideas are highly appreciated. Suppose I have a unit test…
0
votes
1 answer

In AQTime 4, how can performance results be compared when they came from builds installed in different directories?

For example, if I profile: C:\Program Files\Application Build 1\MyApp.exe C:\Program Files\Application Build 2\MyApp.exe And I then import both sets of results into a single AQTime project and attempt to compare them, AQTime doesn't match up any of…
David
  • 287
  • 3
  • 14
0
votes
0 answers

AQTime is not identifying my application's debug information

I am facing a strange issue with AQTime in a Delphi XE application. I am trying to run AQTime for performance improvement but due to this issue I can't do so. In Module Panel, application is marked with No Debug Info. When I try to run the…
A B
  • 1,461
  • 2
  • 19
  • 54
0
votes
0 answers

How to uninstall AQtime 8

I installed AQtime standard when I had Delphi 10 installed but have since upgraded to Delphi 10.4. I decided to clean up my system to free up some SSD space and uninstall AQtime 8 but it wont let me. When I try running the uninstaller from programs…
Andy k
  • 1,056
  • 1
  • 11
  • 22
0
votes
2 answers

Can I profile my code to see what is creating a lot of threads?

I'm running Embarcadero RAD Studio 2010 (C++) and have used AQTime a bit to check for some leaks. I wonder if there is a good way to pinpoint the origin in my code of a large amount of threads that seem to never die. They are created during the…
inquam
  • 12,664
  • 15
  • 61
  • 101
0
votes
2 answers

AQtime not working properly on windows vista / 7 with multi-core processor

I'm tryin to run AQtime (v5.45), as preformance profiler under windows vista or 7 on my multi-core laptop but it seems that the program is not working correctly, he does not show any routine and seems to throw an exception when trying to call…
0
votes
1 answer

How to include AQtime profiler to Qt creator?

Okay i get AQtime and what next? Really i can't find anything about this in google.
ratojakuf
  • 708
  • 1
  • 11
  • 21
0
votes
0 answers

Grab console output under AQTime

I am trying to profile Windows (x64) console application using AQTime. Seems Performance Profiler is fine but when I run it under Allocation Profiler the application exits immediately. There is some console output but the application window is…
ike3
  • 1,760
  • 1
  • 17
  • 26
0
votes
1 answer

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…
user1009073
  • 3,160
  • 7
  • 40
  • 82
0
votes
1 answer

AQTime DLL profiling - no results

I am trying to profile memory allocation in a DLL, say pluginDLL.dll. I create a new project in AQTime and add the module 'pluginDLL.dll'. This DLL is compiled in Release x64 with VisualStudio 10, all my projects are C++. This DLL is linked to a…
kiriloff
  • 25,609
  • 37
  • 148
  • 229