0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. Stacer
  2. /
  3. stacer
  4. /
  5. Managers
HHill MaIntroduce CpuInfo::getCpuPhysicalCoreCount().
2a56f233创建于 2020年7月6日历史提交
文件最后提交记录最后更新时间
app_manager.cpp
updated debian changelog 6 年前
app_manager.h
disable light theme and fixded treevieww checkbox issue 6 年前
info_manager.cpp
Introduce CpuInfo::getCpuPhysicalCoreCount(). Hyper-threading, when enabled, makes the number of processors two times the number of physical cores. Member function getCpuPhysicalCoreCount() is introduced to get the number of physical cores and it is used in "Dashboard" but not in "Resources". The way it works is that it counts the number of unique physical id, core id pair in /proc/cpuinfo. 5 年前
info_manager.h
Introduce CpuInfo::getCpuPhysicalCoreCount(). Hyper-threading, when enabled, makes the number of processors two times the number of physical cores. Member function getCpuPhysicalCoreCount() is introduced to get the number of physical cores and it is used in "Dashboard" but not in "Resources". The way it works is that it counts the number of unique physical id, core id pair in /proc/cpuinfo. 5 年前
setting_manager.cpp
disable light theme and fixded treevieww checkbox issue 6 年前
setting_manager.h
added close button to feeadback form and added dont ask option to app quit dialog 7 年前
tool_manager.cpp
added getsnappackages method and remove package 7 年前
tool_manager.h
added getsnappackages method and remove package 7 年前