Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 220 Bytes

timeyourcode

Simple C code to measure execution time.

It was extracted from Ostrich benchmark.

Usage

look in timertest.c

compilation

gcc timer.c your_code.c -o executable

simple but useful