carl  24.04
Computer ARithmetic Library
Timer.h File Reference
#include <chrono>
#include <ostream>
Include dependency graph for Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  carl::Timer
 This classes provides an easy way to obtain the current number of milliseconds that the program has been running. More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

std::ostream & carl::operator<< (std::ostream &os, const Timer &t)
 Streaming operator for a Timer. More...
 

Detailed Description

Author
Sebastian Junges
Gereon Kremer

Definition in file Timer.h.