antonio-petricca / hr-timers-tester

Linux High Resolution Timers precision tester kernel module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a Linux kernel driver module to be used to test High Resolution Timers precision.

How do I could you it?

  • Compile by the command "make".
  • In a secondary terminal window issue the command "make log-tail".
  • In the primary terminal window issue the command "make install".
  • Inspect the output got by the kernel log tail to see how HR timer performs on your system.
  • In the primary terminal window issue the command "make uninstall".

About

Linux High Resolution Timers precision tester kernel module.

License:GNU General Public License v3.0


Languages

Language:C 88.6%Language:Makefile 11.4%