Home
last modified time | relevance | path

Searched refs:poolInfo (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/core/
Dplugin_config.cpp99 WorkPoolInfo poolInfo; in ParsePlugin() local
100 poolInfo.name = result[workHandlerNameField], in ParsePlugin()
101 poolInfo.threadCount = atoi(std::string(result[countOfThreadPoolField]).c_str()), in ParsePlugin()
102 workPoolInfoMap_[poolInfo.name] = std::move(poolInfo); in ParsePlugin()