Searched refs:cpuCollections (Results 1 – 2 of 2) sorted by relevance
38 void StoreProcessDatas(const std::vector<ProcessCpuStatInfo>& cpuCollections);39 void StoreThreadDatas(const std::vector<ThreadCpuStatInfo>& cpuCollections);
305 void CpuStorage::StoreThreadDatas(const std::vector<ThreadCpuStatInfo>& cpuCollections) in StoreThreadDatas() argument311 for (auto& cpuCollectionInfo : cpuCollections) { in StoreThreadDatas()