[SWDEV-357472] Add evicted_ms metric (#620)

- **Added evicted_time metric for kfd processes**.  
  - Time that queues are evicted on a GPU in milliseconds
  - Added to CLI in `amd-smi monitor -q` and `amd-smi process`
  - Added to C API and Python API:
    - amdsmi_get_gpu_process_list()
    - amdsmi_get_gpu_compute_process_info()
    - amdsmi_get_gpu_compute_process_info_by_pid()

---------

Signed-off-by: Pryor, Adam <Adam.Pryor@amd.com>
Tá an tiomantas seo le fáil i:
Pryor, Adam
2025-10-28 14:49:03 -05:00
tiomanta ag GitHub
tuismitheoir 6f222c11a6
tiomantas 2144cfbba4
D'athraigh 11 comhad le 95 breiseanna agus 31 scriosta
@@ -184,6 +184,8 @@ void TestProcInfoRead::Run(void) {
proc_info.sdma_usage <<
" Compute Unit Usage: " <<
proc_info.cu_occupancy <<
" Evicted Time: " <<
proc_info.evicted_time << std::endl <<
std::endl;
}
}