Home
last modified time | relevance | path

Searched refs:threadCpuCollector_ (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp58 threadCpuCollector_ = cpuCollector_->CreateThreadCollector(getprocpid()); in InitCpuCollector()
121 if (threadCpuCollector_ != nullptr) { in CollectCpuData()
122 auto threadCpuCollectResult = threadCpuCollector_ ->CollectThreadStatInfos(true); in CollectCpuData()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dcpu_decorator.cpp93 if (threadCpuCollector_ == nullptr) { in CollectThreadStatInfos()
96 auto task = [this, &isNeedUpdate] { return threadCpuCollector_->CollectThreadStatInfos(isNeedUpdate); }; in CollectThreadStatInfos()
102 if (threadCpuCollector_ == nullptr) { in GetCollectPid()
105 return threadCpuCollector_->GetCollectPid(); in GetCollectPid()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dcpu_decorator.h29 threadCpuCollector_(threadCpuCollector) {}; in CpuDecorator()
49 std::shared_ptr<ThreadCpuCollector> threadCpuCollector_; member in OHOS::HiviewDFX::UCollectUtil::CpuDecorator
/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H A Dcpu_collection_task.h46 std::shared_ptr<UCollectUtil::ThreadCpuCollector> threadCpuCollector_; member in OHOS::HiviewDFX::CpuCollectionTask

Completed in 2 milliseconds