Class of measurement configurations.
auto type(std::string value) -> MeasurementConfig &
Set the measurement type.
Class of mapping which preserves order of insertion.
auto try_emplace(const Key &key, Args &&... args) -> std::pair< iterator, bool >
Insert a pair if the key does not exist.
Definition of generate_default_measurement_configs function.
Namespace of classes to measure time in benchmarks.
auto generate_default_measurement_configs() -> util::OrderedMap< MeasurementType, MeasurementConfig >
Generate default measurement configurations.
Namespace of stat_bench source codes.