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

https://github.com/kdrag0n/callbench

A program to measure the speed of simple time syscalls and vDSO calls, as well as basic in-memory file I/O using the mmap(2) and read(2) syscalls.
https://github.com/kdrag0n/callbench

linux microbenchmarks syscalls unix

Last synced: about 1 year ago
JSON representation

A program to measure the speed of simple time syscalls and vDSO calls, as well as basic in-memory file I/O using the mmap(2) and read(2) syscalls.

Awesome Lists containing this project

README

          

# callbench

A program to measure the speed of simple time syscalls and vDSO calls, as well as basic file I/O on procfs using both mmap and traditional POSIX I/O syscalls.