From c016a93b7babc5eee3177a3b4df9215de60aef25 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Mon, 4 Jan 2016 03:17:07 +0900 Subject: [PATCH] strace: add -T example --- pages/linux/strace.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/strace.md b/pages/linux/strace.md index c50915d40..4e17a77f0 100644 --- a/pages/linux/strace.md +++ b/pages/linux/strace.md @@ -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`