Merge pull request #563 from mumumu/add_strace_time_related_option

strace: add -T example
This commit is contained in:
Igor Shubovych
2016-01-06 22:03:19 +02:00

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`