@@ -4,9 +4,7 @@ BPFtrace aims to be a [DTrace](http://dtrace.org)-style dynamic tracing tool for
## Examples
BPFtrace is a work in progress and not all the features shown are currently available. The examples below are to give an idea of what the final result should be.
To produce a histogram of amount of time spent in the `read()` system call:
To produce a histogram of amount of time (in nanoseconds) spent in the `read()` system call: