strace: add -T example

waldyrious/alt-syntax
Yoshinari Takaoka 2016-01-04 03:17:07 +09:00
parent 5d39eadde1
commit c016a93b7b
1 changed files with 4 additions and 0 deletions

View File

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