Skip to content

Commit ba9dcbf

Browse files
shuaijiedeepin-bot[bot]
authored andcommitted
feat: 调整为按序显示cpu的L4缓存信息
调整为按序显示cpu的L4缓存信息 Log: 调整为按序显示cpu的L4缓存信息 Task: https://pms.uniontech.com/task-view-358933.html
1 parent 829e053 commit ba9dcbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepin-devicemanager/src/DeviceManager/DeviceCpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ void DeviceCpu::loadOtherDeviceInfo()
270270
addOtherDeviceInfo(tr("Virtualization"), m_HardwareVirtual);
271271
addOtherDeviceInfo(tr("Flags"), m_Flags);
272272
addOtherDeviceInfo(tr("Extensions"), m_Extensions);
273+
addOtherDeviceInfo(tr("L4 Cache"), m_CacheL4);
273274
addOtherDeviceInfo(tr("L3 Cache"), m_CacheL3);
274275
addOtherDeviceInfo(tr("L2 Cache"), m_CacheL2);
275276
addOtherDeviceInfo(tr("L1i Cache"), m_CacheL1Order);
276277
addOtherDeviceInfo(tr("L1d Cache"), m_CacheL1Data);
277278
addOtherDeviceInfo(tr("Stepping"), m_Step);
278-
addOtherDeviceInfo(tr("L4 Cache"), m_CacheL4);
279279

280280
// 将QMap<QString, QString>内容转存为QList<QPair<QString, QString>>
281281
mapInfoToList();

0 commit comments

Comments
 (0)