aboutsummaryrefslogtreecommitdiff
path: root/src/apple_silicon (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-29delete unneeded filesFranck Cuny4-69/+0
2025-01-13Bump thiserror from 2.0.9 to 2.0.11dependabot[bot]2-5/+5
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-12-29fix clippy feedbackFranck Cuny1-2/+2
2024-12-29report the number of E cores and P coresFranck Cuny1-13/+62
Report the CPU and GPU bandwidths for some of the M core models.
2024-12-29add a few more useful files to the repoFranck Cuny2-0/+24
2024-12-29Bump thiserror from 1.0.61 to 2.0.9dependabot[bot]2-9/+9
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-12-29add initial github actionsFranck Cuny2-0/+45
2024-12-29update project's metadataFranck Cuny1-0/+11
2024-12-29split main.rs into bin/apple_silicon.rs and lib.rsFranck Cuny2-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-29report TDP for GPU and CPUFranck Cuny2-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-28use a constant value for the path to sysctlFranck Cuny1-1/+3
2024-12-28document the public typesFranck Cuny1-0/+4
2024-12-28be more explicit in the default outputFranck Cuny1-1/+1