Home
last modified time | relevance | path

Searched refs:cluster_core_index (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/android/
H A Dcpu_time_metrics.cc439 entry.core_type, entry.cluster_core_index, frequency_mhz)]; in CollectAndReportCpuTimeOnThreadPool()
587 entry.core_type, entry.cluster_core_index, frequency_mhz)]; in CollectAndReportApproxTimeInState()
601 if (last_core_index != entry.cluster_core_index) { in CollectAndReportApproxTimeInState()
609 for (size_t core_index = entry.cluster_core_index; in CollectAndReportApproxTimeInState()
615 size_t num_cores = next_core_index - entry.cluster_core_index; in CollectAndReportApproxTimeInState()
625 last_core_index = entry.cluster_core_index; in CollectAndReportApproxTimeInState()
664 if (next_entry.cluster_core_index != in FindNextClusterCoreIndex()
665 time_in_state_[state_index].cluster_core_index) { in FindNextClusterCoreIndex()
666 return next_entry.cluster_core_index; in FindNextClusterCoreIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dcpu.cc538 for (int cluster_core_index : *kFirstCoresIndexes) { in GetTimeInState()
540 StringPrintf(kTimeInStatePath, cluster_core_index)); in GetTimeInState()
546 if (!ParseTimeInState(buffer, kCoreTypes[cluster_core_index], in GetTimeInState()
547 cluster_core_index, time_in_state)) { in GetTimeInState()
H A Dcpu.h99 uint32_t cluster_core_index; // index of the first core in the cluster. member
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dprocess_metrics_unittest.cc537 EXPECT_EQ(time_in_state[0].cluster_core_index, 0u); in TEST()
542 EXPECT_EQ(time_in_state[1].cluster_core_index, 0u); in TEST()
547 EXPECT_EQ(time_in_state[2].cluster_core_index, 4u); in TEST()
552 EXPECT_EQ(time_in_state[3].cluster_core_index, 4u); in TEST()
567 EXPECT_EQ(time_in_state[4].cluster_core_index, 0u); in TEST()
H A Dprocess_metrics.h149 uint32_t cluster_core_index; // index of the first core in the cluster. member