Ecosyste.ms: Awesome
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 2 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T09:26:40.000Z (8 months ago)
- Last Synced: 2024-05-29T22:27:43.588Z (8 months ago)
- Topics: linux, microbenchmarks, syscalls, unix
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 8
- Watchers: 4
- 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.