DPsim
Loading...
Searching...
No Matches
Timer.h File Reference
#include <chrono>
#include <dpsim-models/Logger.h>
#include <dpsim/Config.h>
#include <ctime>
#include <iomanip>
#include <iostream>
Include dependency graph for Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DPsim::Timer
 
struct  DPsim::Timer::OverrunException
 

Namespaces

namespace  DPsim
 

Functions

template<typename Clock, typename Duration>
std::ostream & operator<< (std::ostream &stream, const std::chrono::time_point< Clock, Duration > &time_point)
 
template<typename Rep, typename Period>
std::ostream & operator<< (std::ostream &stream, const std::chrono::duration< Rep, Period > &dur)
 

Function Documentation

◆ operator<<() [1/2]

template<typename Rep, typename Period>
std::ostream & operator<< ( std::ostream & stream,
const std::chrono::duration< Rep, Period > & dur )

Definition at line 134 of file Timer.h.

◆ operator<<() [2/2]

template<typename Clock, typename Duration>
std::ostream & operator<< ( std::ostream & stream,
const std::chrono::time_point< Clock, Duration > & time_point )

Definition at line 107 of file Timer.h.