VPTissue Reference Manual
Stopwatch.h File Reference

Definition of Stopwatch. More...

#include "Utils.h"
#include <chrono>
#include <string>
Include dependency graph for Stopwatch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SimPT_Sim::ClockMan::Stopwatch< T >
 Provides a stopwatch interface to time: it accumulates time between start/stop pairs. More...
 

Namespaces

 SimPT_Sim
 Namespace for the core simulator.
 
 SimPT_Sim::ClockMan
 Namespace for clock and timekeeping related classes.
 

Functions

template<typename T >
std::ostream & SimPT_Sim::ClockMan::operator<< (std::ostream &oss, Stopwatch< T > const &stopwatch)
 Insert accumulated time into output stream without altering stopwatch state.
 

Detailed Description

Definition of Stopwatch.

Definition in file Stopwatch.h.