1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

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.
`strace -p {{pid}} -c`
- Show the time spent in every system call
`strace -p {{pid}} -T`