radeon_gpu_profiler icon indicating copy to clipboard operation
radeon_gpu_profiler copied to clipboard

[QA] How to tell if radeon gpu profiler is running in c++ code?

Open qiji2023 opened this issue 1 year ago • 4 comments

I want to know if radeon gpu profiler is running Is there some environment variable or can indicate?

qiji2023 avatar Jan 31 '24 04:01 qiji2023

@chesik-amd Can you help me?

qiji2023 avatar Jan 31 '24 07:01 qiji2023

I checked with the driver and RDP teams, and it doesn't sound like there is a way to detect this from within the running application. We've captured this as an enhancement request.

chesik-amd avatar Feb 01 '24 23:02 chesik-amd

ok, thank you very much!

qiji2023 avatar Feb 20 '24 02:02 qiji2023

I checked with the driver and RDP teams, and it doesn't sound like there is a way to detect this from within the running application. We've captured this as an enhancement request.

Any news on this? Unity engine is only emitting perf. markers if PIX or Nsight are detected launching editor or a game build. I would like to add similar detection of RDTS. Currently I have a workaround. A custom cmdline argument enabling it manually, but it's annoying when I forget it and must restart the app.

WoodyPWX avatar Oct 04 '24 10:10 WoodyPWX