JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces | Functions
microbenchmark_base.hpp File Reference
#include <jb/testing/microbenchmark_config.hpp>
#include <chrono>
#include <iostream>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  jb::testing::microbenchmark_base
 Refactor non-template parts of the microbenchmark template class. More...
 
struct  jb::testing::microbenchmark_base::summary
 A simple object to contain the summary of the test results. More...
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::testing
 Helper functions and classes to simplify unit tests.
 

Functions

std::ostream & jb::testing::operator<< (std::ostream &os, microbenchmark_base::summary const &x)
 Stream the summary of a microbenchmark results in microseconds. More...