Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H A Dcpu_storage.h39 void StoreThreadDatas(const std::vector<ThreadCpuStatInfo>& cpuCollections);
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp124 cpuStorage_->StoreThreadDatas(threadCpuCollectResult.data); in CollectCpuData()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp305 void CpuStorage::StoreThreadDatas(const std::vector<ThreadCpuStatInfo>& cpuCollections) in StoreThreadDatas() function in OHOS::HiviewDFX::CpuStorage