Optionally produce stats on syscall latency ยท strace/strace@e53bf23
Time spent in system time is not useful where a syscall depends on some non-CPU resource, eg. typically open() or stat() to a network drive. This patch adds a new flag (-w) to produce a summary of...