You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if the CpuTime struct included a new field that contained the name of the cpu ("cpu4" for example)? Does that help? Or are you looking for maybe a HashMap instead of a Vec?
I have a system where CPUs have been hot unplugged:
It looks like we assume CPUs are contiguous, and don't have a way to retrieve the CPU IDs.
The text was updated successfully, but these errors were encountered: