On Sat, 16 Jul 2016, FRIGN wrote: > nice work soldier! Can you elaborate on how you measured the syscalls > per second?
I simply invoked strace in the following fashion (bash):
$ sleep 1; strace -cfp `pidof dwm` & sleep 1; kill %
(this wouldn't be accurate at very high syscall rates due to slowdown from
ptrace'ing, but here that is not the case)
Alexander
