MadhuLambu
2 years agoContributor
GPU Usage
Dear Community,
Am automating a desktop application where I need to log the GPU Usage. Does anyone know how to?
TIA,
Madhu
Dear Community,
Am automating a desktop application where I need to log the GPU Usage. Does anyone know how to?
TIA,
Madhu
See Monitoring Tested Application Performance. You can monitor GPU too, just enable the following if using NVidia
This is not a great example, but it will look something like this in TestComplete
I should have been clearer in my question. Am looking for getting the GPU Usage % similar to how we get CPU Usage. (am using Javascript)
Sys.Process("app").CPUUsage;
Ah ok. There's no "GPUUsage" in Sys Object Properties. Internet search mentions third party tools or performance counters.