Comparing the scaling of UST and SystemTap
[benchmarks.git] / ust-systemtap-tracepoints / testutrace.stp
... / ...
CommitLineData
1probe process("tracepoint_benchmark").function("single_trace") {
2 printf("%d : %s\n", gettimeofday_ns(), $$parms);
3}
4
This page took 0.021336 seconds and 4 git commands to generate.