NameDateSize

..01-Oct-201873

benchmarks.cppH A D01-Oct-20186.8 KiB

benchmarks.hH A D01-Oct-2018730

benchmarks_ntrace.cppH A D01-Oct-20182 KiB

handler.hH A D01-Oct-20185.4 KiB

main.cppH A D01-Oct-20181.9 KiB

README.mdH A D01-Oct-2018451

rules.mkH A D01-Oct-2018811

runner.hH A D01-Oct-20182.9 KiB

README.md

1Trace Benchmark
2===============
3
4Measures how long it takes to perform certain time-sensitive operations related
5to tracing, such as the overhead of instrumentation when tracing is disabled.
6
7Typical results (on real hardware -- not in QEMU) should show an instrumentation
8overhead of a few nanoseconds when tracing is disabled and a few tens to
9hundreds of nanoseconds when tracing is enabled depending on the complexity
10of the record being written.
11