strace: add -T example

This commit is contained in:
Yoshinari Takaoka
2016-01-04 03:17:07 +09:00
parent 5d39eadde1
commit c016a93b7b

View File

@@ -13,3 +13,7 @@
- Count time, calls, and errors for each system call and report a summary on program exit. - Count time, calls, and errors for each system call and report a summary on program exit.
`strace -p {{pid}} -c` `strace -p {{pid}} -c`
- Show the time spent in every system call
`strace -p {{pid}} -T`