heim-rs / heim

Cross-platform async library for system information fetching 🦀
https://heim-rs.github.io/
Apache License 2.0
902 stars 95 forks source link

Fix process cpu time computation for macOS of M1 processor #350

Open xiaopengli89 opened 3 years ago

xiaopengli89 commented 3 years ago

The numerator and denominator of mach_timebase_info won’t be the same on Apple Silicon Macs.

Apps should also build with aarch64-apple-darwin target.