| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-12-29 | split main.rs into bin/apple_silicon.rs and lib.rs | Franck Cuny | 2 | -3/+4 | |
| Create a binary named `apple_silicon`, and add a library named to the project, so it can be re-used by external projects. | |||||
| 2024-12-29 | report TDP for GPU and CPU | Franck Cuny | 2 | -11/+186 | |
| Add the TDP for the GPUs and CPUs, for the models we know about. Apple does not publish information about TDP so we're going to have to gather that information by going over various sites. Add some unit tests. | |||||
| 2024-12-28 | use a constant value for the path to sysctl | Franck Cuny | 1 | -1/+3 | |
| 2024-12-28 | document the public types | Franck Cuny | 1 | -0/+4 | |
| 2024-12-28 | be more explicit in the default output | Franck Cuny | 1 | -1/+1 | |
