mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
Merge pull request #563 from mumumu/add_strace_time_related_option
strace: add -T example
This commit is contained in:
commit
8ccf0e7e7e
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