Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H A Dcpu_storage.h38 void StoreProcessDatas(const std::vector<ProcessCpuStatInfo>& cpuCollections);
39 void StoreThreadDatas(const std::vector<ThreadCpuStatInfo>& cpuCollections);
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp305 void CpuStorage::StoreThreadDatas(const std::vector<ThreadCpuStatInfo>& cpuCollections) in StoreThreadDatas() argument
311 for (auto& cpuCollectionInfo : cpuCollections) { in StoreThreadDatas()