Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
a44d0565a05c996b1058f950f1d308e1964c8320
Stacer
/
stacer
/
Managers
下载当前目录
H
Hill Ma
Introduce 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 年前