Change the default value of ROCPROFSYS_SAMPLING_CPUS to "none" (#164)

Этот коммит содержится в:
anujshuk-amd
2025-04-12 02:39:26 +05:30
коммит произвёл GitHub
родитель 11fe6a8ebb
Коммит 807a622b04
+1 -1
Просмотреть файл
@@ -476,7 +476,7 @@ configure_settings(bool _init)
"CPUs to collect frequency information for. Values should be separated by commas "
"and can be explicit or ranges, e.g. 0,1,5-8. An empty value implies 'all' and "
"'none' suppresses all CPU frequency sampling",
std::string{}, "process_sampling");
std::string{ "none" }, "process_sampling");
ROCPROFSYS_CONFIG_SETTING(
std::string, "ROCPROFSYS_SAMPLING_GPUS",