mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
ea63b35396
* fix(perf): use Mach host_processor_info for macOS CPU ticks KERN_CP_TIME and CPUSTATES are not exposed by libc on Darwin; switch read_host_total_cpu_ticks to host_processor_info so aarch64-apple-darwin CI builds succeed. * docs: CHANGELOG and credits for macOS perf CI fix (PR #931) * Revert "docs: CHANGELOG and credits for macOS perf CI fix (PR #931)" This reverts commit a217217c34d71b69034097116fa0aa1048008460. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.com>