danielealbano / cachegrand

cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
BSD 3-Clause "New" or "Revised" License
975 stars 34 forks source link

Bug fix monotonic on arm #333

Closed danielealbano closed 1 year ago

danielealbano commented 1 year ago

This PR fixes the implementation of intrinsic_tsc on AARCH64 to match the scale of values returned on X86_64 and switch to leverage special registries to fetch the value instead of trying to calculate them.

Also rehaul the fallback mechanism to calculate the cpu clocks per second to make it more reliable and precise (and faster).