#include <cmath>
#include <limits>
#include <ostream>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
benchmark | |
Typedefs | |
typedef Stat1< double, int64_t > | benchmark::Stat1_d |
typedef Stat1< float, int64_t > | benchmark::Stat1_f |
typedef Stat1MinMax< double, int64_t > | benchmark::Stat1MinMax_d |
typedef Stat1MinMax< float, int64_t > | benchmark::Stat1MinMax_f |
Functions | |
template<typename VType , typename NumType > | |
std::ostream & | benchmark::operator<< (std::ostream &out, const Stat1< VType, NumType > &s) |
template<typename VType , typename NumType > | |
std::ostream & | benchmark::operator<< (std::ostream &out, const Stat1MinMax< VType, NumType > &s) |