time sources

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
mateuszb
Member
Member
Posts: 32
Joined: Sun Jan 16, 2011 1:27 am

time sources

Post by mateuszb »

I'm trying to implement a time source that is consistent across cores and doesn't use interrupts.
So far I'm considering trying to synchronize TSC (not worth the effort in my opinion) vs reading HPET counter register or using PMU to count bus reference cycles.

Which one of these options has the lowest run-time overhead and is the fastest to execute on modern x86_64 platforms?
Post Reply