Open
Description
Please consider asking perf to record the total number of syscalls for a build, and offering that as a comparison metric. That can be really useful when doing library-level optimizations to make fewer syscalls.
It'd be even more helpful if the raw data could record the number of syscalls of each type (e.g. number of read
calls).