Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show more detailed CPU info in the CPU section #358

Open
1 task done
nyabinary opened this issue Sep 18, 2024 · 1 comment
Open
1 task done

Show more detailed CPU info in the CPU section #358

nyabinary opened this issue Sep 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@nyabinary
Copy link

nyabinary commented Sep 18, 2024

Is there an existing issue for this?

  • 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 nyabinary added the enhancement New feature or request label Sep 18, 2024
@nokyan
Copy link
Owner

nokyan commented Sep 19, 2024

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants