VPTissue Reference Manual
|
Interface for IndividualRecords. More...
#include "Utils.h"
#include <chrono>
#include <cmath>
#include <iostream>
#include <iomanip>
#include <list>
#include <map>
#include <numeric>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | SimPT_Sim::ClockMan::IndividualRecords< T > |
Utility class to record durations. 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, IndividualRecords< std::chrono::microseconds > const &dr) |
Nicely formated output with microseconds. | |
std::ostream & | SimPT_Sim::ClockMan::operator<< (std::ostream &os, IndividualRecords< std::chrono::milliseconds > const &dr) |
Nicely formated output with milliseconds. | |
std::ostream & | SimPT_Sim::ClockMan::operator<< (std::ostream &os, IndividualRecords< std::chrono::seconds > const &dr) |
Nicely formated output with seconds. | |
template<typename T > | |
std::ostream & | SimPT_Sim::ClockMan::operator<< (std::ostream &os, IndividualRecords< T > const &dr) |
Pretty print of chrono recordings on output stream. | |
Interface for IndividualRecords.
Definition in file IndividualRecords.h.