binRick / c_timer

c Timer Library with adjustable time unit and string duration output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c_timer

Tests screenshot

A tool to time c code

Prerequisites

This project is built using meson and ninja.

Build

  1. Configure the build directory with the command

    $ meson build
    
  2. Compile with

    $ ninja -C build
    
  3. Test $ meson test -C build --verbose

  4. Usage

    timer2 screenshot

  5. Invocation

    timer2-invocation0 screenshot

About

c Timer Library with adjustable time unit and string duration output


Languages

Language:C 44.0%Language:Meson 25.8%Language:Makefile 18.3%Language:Shell 11.9%