netxsimdg
Loading...
Searching...
No Matches
Timer.cpp File Reference
#include "include/Timer.hpp"
#include "include/Chrono.hpp"
#include <chrono>
#include <ctime>
#include <map>
#include <regex>
#include <sstream>
#include <string>
Include dependency graph for Timer.cpp:

Go to the source code of this file.

Functions

int Nextsim::msCountFromWall (const Timer::WallTimeDuration &wall)
 
std::string Nextsim::extendPrefix (const std::string &prefix)
 
std::ostream & operator<< (std::ostream &os, const Nextsim::Timer &tim)
 Overload of the output operator for a Timer.
 

Detailed Description

Date
Oct 22, 2021
Author
Tim Spain timot.nosp@m.hy.s.nosp@m.pain@.nosp@m.ners.nosp@m.c.no

Definition in file Timer.cpp.

Function Documentation

◆ extendPrefix()

std::string Nextsim::extendPrefix ( const std::string & prefix)

Definition at line 179 of file Timer.cpp.

◆ msCountFromWall()

int Nextsim::msCountFromWall ( const Timer::WallTimeDuration & wall)
inline

Definition at line 136 of file Timer.cpp.

◆ 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.

Here is the call graph for this function: