Change the default value of ROCPROFSYS_SAMPLING_CPUS to "none" (#164)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
11fe6a8ebb
Коммит
807a622b04
@@ -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",
|
||||
|
||||
Ссылка в новой задаче
Block a user