resources icon indicating copy to clipboard operation
resources copied to clipboard

Show more detailed CPU info in the CPU section

Open nyabinary opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe.

In Mission Center there is more detail about the CPU shown that could be useful to users, such as the cpufreq driver and governor. image I wondered if we could get stuff like this as well.

Describe the solution you'd like

Implementing stuff like the cache, cpufreq information, etc.

Describe alternatives you've considered

No response

Additional context

No response

nyabinary avatar Sep 18 '24 23:09 nyabinary

Hi, thanks for the issue.

I haven't implemented cache info yet because I wanted to handle asymmetric CPU architectures (with P-cores and E-cores) so you can see how much cache the different types of cores have and I haven't yet found a way to implement that. Though admittedly I haven't looked into that for like a year or so. ^^

I don't know if the cpufreq stuff would fit into Resources, it's pretty much a software thing (as far as I know) and doesn't strictly have something to do with the CPU itself, if you know what I mean. I also get why that could be useful though. I'll look into it. :)

nokyan avatar Sep 19 '24 16:09 nokyan