VPTissue Reference Manual
CumulativeRecords.h File Reference

Interface for CumulativeRecords. More...

#include "Utils.h"
#include <chrono>
#include <cmath>
#include <iostream>
#include <iomanip>
#include <list>
#include <map>
#include <numeric>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for CumulativeRecords.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::CumulativeRecords< T >
 Utility class to record durations in a cumulative manner. More...
 

Namespaces

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

Functions

std::ostream & SimPT_Sim::ClockMan::operator<< (std::ostream &os, CumulativeRecords< std::chrono::nanoseconds > const &dr)
 Nicely formated output with nanoseconds.
 
std::ostream & SimPT_Sim::ClockMan::operator<< (std::ostream &os, CumulativeRecords< std::chrono::microseconds > const &dr)
 Nicely formated output with microseconds.
 
std::ostream & SimPT_Sim::ClockMan::operator<< (std::ostream &os, CumulativeRecords< std::chrono::milliseconds > const &dr)
 Nicely formated output with milliseconds.
 
std::ostream & SimPT_Sim::ClockMan::operator<< (std::ostream &os, CumulativeRecords< std::chrono::seconds > const &dr)
 Nicely formated output with seconds.
 
template<typename T >
std::ostream & SimPT_Sim::ClockMan::operator<< (std::ostream &os, CumulativeRecords< T > const &dr)
 Pretty print of chrono recordings on output stream.
 

Detailed Description

Interface for CumulativeRecords.

Definition in file CumulativeRecords.h.