Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我在 MacOS 活动监视器中看到的内容,请注意 %CPU 列。
第一项(Xcode 进程)显示 122.4 值。知道它代表什么吗?如果是 122.4%,那么究竟是什么百分比?
%Cpu 通常代表处理器上单个内核的使用百分比。如果你有一个四核,你有 400% 的总使用可能性。
您列表中的第一个进程有 28 个线程分布在多个核心上,这些线程使用的执行量比完整的单核多。