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:
parent
5d39eadde1
commit
c016a93b7b
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue