Struct Environment
Synopsis
#include <include/internal/benchmark/catch_environment.hpp>
template <typename Clock>
struct Environment
Description
No description yet.
Source
Lines 29-34 in include/internal/benchmark/catch_environment.hpp.
template <typename Clock>
struct Environment {
using clock_type = Clock;
EnvironmentEstimate<FloatDuration<Clock>> clock_resolution;
EnvironmentEstimate<FloatDuration<Clock>> clock_cost;
};