Merge pull request #563 from mumumu/add_strace_time_related_option
strace: add -T example
This commit is contained in:
@@ -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`
|
||||||
|
Reference in New Issue
Block a user