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.
- Host: GitHub
- URL: https://github.com/kdrag0n/callbench
- Owner: kdrag0n
- License: mit
- Created: 2019-08-21T06:07:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T09:26:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T22:31:31.847Z (about 1 year ago)
- Topics: linux, microbenchmarks, syscalls, unix
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.