Preparing for E6156 and sating a long-time curiosity on how to write extensive micro-benchmarks and creating documentation.

This commit is contained in:
ThePhD 2016-01-06 22:11:21 -05:00
parent cc0caf365a
commit f4b31c951c
2 changed files with 3764 additions and 0 deletions

6
bench.cpp Normal file
View File

@ -0,0 +1,6 @@
#define NONIUS_RUNNER
#include "nonius/nonius.h++"
NONIUS_BENCHMARK( "Function Calls", []() {
} );

3758
nonius/nonius.h++ Normal file

File diff suppressed because one or more lines are too long