Searched refs:cpucores (Results 1 – 1 of 1) sorted by relevance
41 vector<pair<int, long long>> cpucores[numCpus]; in Parse() local58 cpucores[i].push_back(make_pair(freq, toLongLong(record[i+1]))); in Parse()70 …for (vector<pair<int, long long>>::iterator it = cpucores[i].begin(); it != cpucores[i].end(); it+… in Parse()