See output logs of the application being profiled

Is it possible to see the output logs (stdout stderr …) of the application being profiled by nsight compute ? I’m using version 2019.5.0 on Windows.

We don’t capture those outputs in Nsight Compute yet, no. It is planned for the future, though. When launching and/or profiling from the CLI, you can see the applications output in the regular cmd shell window. If you want to use interactive profiling, you can launch the app from cmd using Nsight Compute’s CLI executable and attach from the UI, as a workaround.

Thanks. I’ll try that. I’ve also found another workaround : I made my application launch an extra cmd window to output its logs there.