JayBeams  0.1
Another project to have fun coding.
microbenchmark_config.cpp
Go to the documentation of this file.
2 
4  : microbenchmark(desc("microbenchmark", "microbenchmark"), this)
5  , log(desc("log", "log"), this)
6  , opencl(desc("opencl"), this) {
7 }