AQtime.exe provides the following exit codes which report results of the last profiling run:
Exit Code | Description |
---|---|
0 | The last profiling run did not produce any errors. |
1 | The last profiling run produced errors but the profiled application returned a zero exit code. |
2 | The profiled application returned a non-zero exit code. |
In order for AQTime to produce exit codes indicating profiling results, launch it with the /nonzeroexitcode command-line argument. For more information on AQTime command-line arguments, see AQTime Command Line. |
Exit codes can be used to launch AQTime from a batch file:
Show Sample Batch File Contents