From 124c23e2ff534c5773a2419bfb73f310a5e14c20 Mon Sep 17 00:00:00 2001 From: Sajina PK Date: Thu, 20 Nov 2025 09:49:09 -0500 Subject: [PATCH] Fix Sampling freq for xgmi tests (#1888) Low sampling freq was collecting very less samples causing the tests validation to fail on some systems. --- .../tests/rocprof-sys-gpu-connect-tests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/tests/rocprof-sys-gpu-connect-tests.cmake b/projects/rocprofiler-systems/tests/rocprof-sys-gpu-connect-tests.cmake index 0a0e4cdc4b..5f99ece461 100644 --- a/projects/rocprofiler-systems/tests/rocprof-sys-gpu-connect-tests.cmake +++ b/projects/rocprofiler-systems/tests/rocprof-sys-gpu-connect-tests.cmake @@ -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" )