This topic describes the changes made to AQTime 3.13. For information on the changes made to other versions of the product, see Version History.
- Now you can use two new command-line arguments (
/Run
and/Exit
) that allow you to automate AQTime runs. The/Run
argument commands AQTime to start profiling after loading the executable or AQTime project that is specified in the command line./Exit
commands AQTime to close after the profiler run initialized by/Run
is over. - The Memory and API Resource Check profiler now supports the
CommandLineToArgvW
,SafeArrayPutElement
,SafeArrayDestroyData
andVariantCopy
functions. - A number of bug fixes.