cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of MeasurementType class. More...
#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include <utility>
#include <fmt/base.h>
#include "stat_bench/util/utf8_string.h"
Go to the source code of this file.
Classes | |
struct | fmt::formatter< stat_bench::measurer::MeasurementType > |
Implementation of fmt::formatter for stat_bench::measurer::MeasurementType. More... | |
class | std::hash< stat_bench::measurer::MeasurementType > |
Implementation of std::hash for stat_bench::measurer::MeasurementType. More... | |
class | stat_bench::measurer::MeasurementType |
Class of names of measurement types. More... | |
Namespaces | |
namespace | fmt |
Namespace of fmt library. | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::measurer |
Namespace of classes to measure time in benchmarks. | |
namespace | std |
STL namespace. | |
Functions | |
auto | stat_bench::measurer::operator!= (const MeasurementType &lhs, const MeasurementType &rhs) noexcept -> bool |
Compare two MeasurementType objects. | |
auto | stat_bench::measurer::operator<< (std::ostream &stream, const MeasurementType &val) -> std::ostream & |
Format to a stream. | |
auto | stat_bench::measurer::operator== (const MeasurementType &lhs, const MeasurementType &rhs) noexcept -> bool |
Compare two MeasurementType objects. | |
Definition of MeasurementType class.
Definition in file measurement_type.h.