NumCpp  2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::utils::timeit_detail::Result< TimeUnit > Struct Template Reference

Result statistics of a timeit run. More...

#include <timeit.hpp>

Data Fields

TimeUnit max {}
 
TimeUnit mean {}
 
TimeUnit min {}
 

Detailed Description

template<typename TimeUnit>
struct nc::utils::timeit_detail::Result< TimeUnit >

Result statistics of a timeit run.

Field Documentation

◆ max

template<typename TimeUnit >
TimeUnit nc::utils::timeit_detail::Result< TimeUnit >::max {}

◆ mean

template<typename TimeUnit >
TimeUnit nc::utils::timeit_detail::Result< TimeUnit >::mean {}

◆ min

template<typename TimeUnit >
TimeUnit nc::utils::timeit_detail::Result< TimeUnit >::min {}

The documentation for this struct was generated from the following file: