Tag Archives: benchmark

Benchmarking Linux And Hardware

Modern operating systems provide abstractions of hardware to make programming easier. However, it can be possible to learn some details about the hardware using simple benchmarks running in userspace. I wrote some of these benchmarks in C to measure these things on my computer: The cost of a context switch in Linux The size of [...]