DP3
Classes | Namespaces | Typedefs
Timer.h File Reference
#include "PrettyUnits.h"
#include <chrono>
#include <iomanip>
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

class  dp3::common::BaseTimer< Clock >
 Very accurate timer for elapsed times. More...
 
class  dp3::common::ScopedMicroSecondAccumulator< T, Clock >
 
class  dp3::common::BaseTimer< Clock >::StartStop
 Internal class to do an automatic start/stop. More...
 

Namespaces

 dp3
 This file has generic helper routines for testing steps.
 
 dp3::common
 

Typedefs

using dp3::common::NSTimer = BaseTimer< std::chrono::steady_clock >