TBA…

TSC vs clock_gettime tradeoffs?

https://idle-ti.me/blog/coordinated-omission/

Perf basics

Performance counters are a set of special registers in hardware (part of performance monitor unit (PMU) in CPU) that count hardware events such as cache misses, branch predict misses, etc. CPU auto keeps track of these counters.

Awk basics

run execute programs written in the awk programming language, which is specialized for textual data manipulation

TBA…

objdump basics

cmake basics

Cmake = cross platform make, a build generator

concepts