Return the exit code of the target.
-return-app-exitcode |
By default, the vtune exit code is returned.
Use the return-app-exitcode option to return the exit code of the target rather than the vtune tool.
This example runs the Threading analysis for the sample Linux* application, generates a default summary report, and returns the exit code of the sample application.
vtune -collect threading -return-app-exitcode -- /home/test/sample