[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>
Этот коммит содержится в:
Pryor, Adam
2025-10-28 14:49:03 -05:00
коммит произвёл GitHub
родитель 6f222c11a6
Коммит 2144cfbba4
11 изменённых файлов: 95 добавлений и 31 удалений
+2
Просмотреть файл
@@ -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;
}
}