strace -p PID -s 10000 -r -T
strace -f perl test.pl
strace -tt -T -p PID
strace -s10000 -tt -T -p PID 2> /tmp/strace.log