elektito / timerperf

A simple program the measure the performance of different timers on your computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timerperf

This is a very simple program to test the performance of different clocks on your computer. Simply build it with make and then run ./timerperf to see how much each timer call takes.

timerperf calculates the performance of gettimeofday and the different flavors of clock_gettime.

About

A simple program the measure the performance of different timers on your computer.


Languages

Language:C 97.8%Language:Makefile 2.2%