MinMax.h File Reference
#include <WString.h>
#include <Print.h>
#include <algorithm>
Include dependency graph for MinMax.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Profiling::MinMax< T >
 Class to track minimum and maximum values of a set of data, with average, total and count. More...
 

Namespaces

 Profiling
 

Typedefs

using Profiling::MinMax32 = MinMax< uint32_t >