Skip to content

Commit ff3a34b

Browse files
committed
fix llc slice display
Change-Id: Ibb4b4ea153914949c35b6bea4c4516de8e99f90c
1 parent 7094048 commit ff3a34b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cpucounters.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,8 @@ void PCM::printSystemTopology() const
15021502

15031503
if (hybrid == false)
15041504
{
1505-
std::cerr << "Last level cache slices per socket: " << getMaxNumOfUncorePMUs(CBO_PMU_ID) << "\n";
1505+
// TODO: deprecate this output and move it to uncore PMU section (use getMaxNumOfUncorePMUs(CBO_PMU_ID) )
1506+
std::cerr << "Last level cache slices per socket: " << getMaxNumOfCBoxesInternal() << "\n";
15061507
}
15071508
std::cerr << "Core PMU (perfmon) version: " << perfmon_version << "\n";
15081509
std::cerr << "Number of core PMU generic (programmable) counters: " << core_gen_counter_num_max << "\n";

0 commit comments

Comments
 (0)