NumCpp  2.14.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

◆ mean

◆ min


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