-
-
Notifications
You must be signed in to change notification settings - Fork 441
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
CPU Frequency shows as "N/A" on macOS 10.14 Catalina 2015 MacBook Pro 4 core, 8 thread. #280
Comments
Based on this part of the code this does not seem to be implemented on MacOS yet. |
Thanks for the feedback @BenBE! Now that we know should we close this or add something about compatibility in the docs. Your call. Thanks. |
I think we should keep it open marking it as a feature request/enhancement request to support these information on MacOSX. Simply closing it doesn't feel right for two reasons: First you either should provide the information properly or second don't offer the option to show them if unsupported. As it is now it's in a half-baked state where it should be improved. |
Beauty! Thanks for your help! |
The tl;dr version of this is: Not really possible to get anything but the default frequency on MacOS without very low level measurement loops (which would break again as Apple goes ARM). Shall we disable the option when compiling for MacOS (and other platforms where we can't get the data well)? |
Disabling/hiding that option for unsupported platforms is probably best. |
The macOS built in |
Do you have a source code reference for this tool to look at? |
You can take a look at https://www.unix.com/man-page/osx/1/powermetrics/ |
That's not exactly "source code" that could be any reference for an implementation AFAICS … |
@BenBE this looks helpful: https://github.com/freedomtan/test-ioreport |
Hi folks! I just submitted #1272 that implements this for Apple Silicon. I only have vanilla M1 and M2 machines, so if any of you have Pro/Max and especially Ultra versions, and could give this a spin, it would be very helpful. |
Not sure if it's a known issue or something that I'm maybe doing wrong. Anyway, thought I'd post it to get some feedback.
Thanks!
The text was updated successfully, but these errors were encountered: