#include "include/Timer.hpp"
#include "include/Chrono.hpp"
#include <chrono>
#include <ctime>
#include <map>
#include <regex>
#include <sstream>
#include <string>
Go to the source code of this file.
◆ extendPrefix()
std::string Nextsim::extendPrefix |
( |
const std::string & | prefix | ) |
|
◆ msCountFromWall()
int Nextsim::msCountFromWall |
( |
const Timer::WallTimeDuration & | wall | ) |
|
|
inline |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Nextsim::Timer & | tim ) |
Overload of the output operator for a Timer.
Definition at line 201 of file Timer.cpp.