socpowerbud icon indicating copy to clipboard operation
socpowerbud copied to clipboard

Sudoless tool that gets CPU & GPU realtime frequency, volts, usage, etc. for Apple Silicon

Results 5 socpowerbud issues
Sort by recently updated
recently updated
newest added

https://github.com/dehydratedpotato/socpowerbud/blob/1a9b69136dba3c213f5a0875548da139bccaa0b8/README.md?plain=1#L203 The answer is regretfully no, it exits with a 133 code.

**Describe the bug** Doesn't run. `zsh: trace trap socpwrbud` from bash `Trace/BPT trap: 5` **Project Version (please complete the following information):** socpwrbud v0.4.1 (build May 31 2023 14:29:44) **Operating System...

bug

**Describe the bug** When I built and ran the socpowrbud on my M1 Pro, it would crash and reported the following error. ``` 2023-08-28 15:42:32.552340+0800 socpwrbud[97208:2473665] *** Terminating app due...

bug
working on it

The condition `[unit_data->soc_samples.core_perf_data.distribution[i][iii] count] - 1` was evaluated to nil and `0 > nil` evaluated to `false` :D.

The key for frequency and residency is 'PCPU' or 'ECPU'. But I tried 'PCPM' then the frequency of P cluster is consistent with the value of powermetrics. 'PCPU' key seems...

bug