Re: [dev] [dwm] Avoid requesting MotionNotify events

From: Alexander Monakov <amonakov_AT_ispras.ru>
Date: Sun, 17 Jul 2016 00:53:45 +0300 (MSK)

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
Received on Sat Jul 16 2016 - 23:53:45 CEST

This archive was generated by hypermail 2.3.0 : Sun Jul 17 2016 - 00:00:54 CEST