Fix Sampling freq for xgmi tests (#1888)

Low sampling freq was collecting very less samples causing the tests
validation to fail on some systems.
This commit is contained in:
Sajina PK
2025-11-20 09:49:09 -05:00
committed by GitHub
parent bf521c996b
commit 124c23e2ff
@@ -31,7 +31,7 @@ set(_gpu_connect_environment
"ROCPROFSYS_AMD_SMI_METRICS=busy,temp,power,xgmi,pcie"
"ROCPROFSYS_SAMPLING_CPUS=none"
"ROCPROFSYS_USE_SAMPLING=OFF"
"ROCPROFSYS_PROCESS_SAMPLING_FREQ=10"
"ROCPROFSYS_PROCESS_SAMPLING_FREQ=50"
"ROCPROFSYS_CPU_FREQ_ENABLED=OFF"
)