Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qard/benc.h

Single-header benchmarking framework for C or C++
https://github.com/qard/benc.h

Last synced: 12 days ago
JSON representation

Single-header benchmarking framework for C or C++

Awesome Lists containing this project

README

        

# benc.h

benc.h is a single-header benchmarking framework for C or C++. It avoids taking
over the process, leaving it to the user to handle the setup, which enables
running in weird environments like inside a Node.js native module.

See [example.c](example.c) and [example.cc](example.cc) for how to use it.