https://github.com/uutils/coreutils/blob/7ea12112adae6884e11c76fef65b738b62de119b/src/uucore/src/lib/features/buf_copy/linux.rs#L44-L47 ``` > echo 1|strace -c -e pipe,pipe2 cp /dev/stdin /dev/stdout 1 % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ---------------- 100.00 0.000007 7 1 pipe ```
coreutils/src/uucore/src/lib/features/buf_copy/linux.rs
Lines 44 to 47 in 7ea1211