SyTen
timer.h File Reference

Contains a simple timing class. More...

#include <vector>
#include <chrono>
#include "inc/util/scalars.h"
#include "inc/util/memory_size.h"
+ Include dependency graph for timer.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  syten::Timer
 A simple timing class, shift into an ostream for results. More...
 

Namespaces

namespace  syten
 Syten namespace.
 

Functions

std::ostreamsyten::operator<< (std::ostream &out, Timer const &timer)
 calculate totals, percentages and writes results to the stream More...
 

Detailed Description

Contains a simple timing class.