Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dcpu_collector_test.cpp326 auto collectResult1 = threadCollector->CollectThreadStatInfos();
329 auto collectResult2 = threadCollector->CollectThreadStatInfos(true);
335 auto collectResult3 = threadCollector->CollectThreadStatInfos();
352 auto collectResult1 = threadCollector->CollectThreadStatInfos(true);
355 auto collectResult2 = threadCollector->CollectThreadStatInfos(false);
361 auto collectResult3 = threadCollector->CollectThreadStatInfos();
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dcpu_decorator.cpp90 CollectResult<std::vector<ThreadCpuStatInfo>> CpuDecorator::CollectThreadStatInfos(bool isNeedUpdat… in CollectThreadStatInfos() function in OHOS::HiviewDFX::UCollectUtil::CpuDecorator
96 …auto task = [this, &isNeedUpdate] { return threadCpuCollector_->CollectThreadStatInfos(isNeedUpdat… in CollectThreadStatInfos()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dcpu_collector.h29 …virtual CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate = f…
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dcpu_decorator.h42 …virtual CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate = f…
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dthread_state_info_collector.h46 … CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate) override;
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp122 auto threadCpuCollectResult = threadCpuCollector_ ->CollectThreadStatInfos(true); in CollectCpuData()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dthread_state_info_collector.cpp113 CollectResult<std::vector<ThreadCpuStatInfo>> ThreadStateInfoCollector::CollectThreadStatInfos(bool… in CollectThreadStatInfos() function in OHOS::HiviewDFX::UCollectUtil::ThreadStateInfoCollector