![]() |
VPTissue Reference Manual
|
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>

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. | |
Interface for CumulativeRecords.
Definition in file CumulativeRecords.h.