I'm trying to measure the execution time of portions of Linux Kernel code and found that there are two different subsystems for timers. hrtimers stands for high resolution timer while hpet means high precision event timer.
How does resolution differs from precision?