Hello,
I am trying to use vtune to analyze database perfromance using amplxe-cl. I want to attach vtune to the running databse process. This much seems to work for me using the -target-process=<process name> command. I am trying to get a report for each query, however, and I would like to start vtune before each query and stop it after each query. My problem is that I cannot figure out how to stop amplxe-cl. Whenever I attach it to a process, it only stops running and generates results when that process ends. I can pause in the gui, but I am trying to set up an automated system. Is there a way to stop amplxe from the command line?
Thanks