Stride Reference Manual  - generated for commit 9643b11
Stopwatch.h File Reference

Definition of Stopwatch. More...

#include "TimeToString.h"
#include <chrono>
#include <string>
Include dependency graph for Stopwatch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stride::util::Stopwatch< T >
 Provides a stopwatch interface to time: it accumulates time between start/stop pairs. More...
 

Namespaces

 stride
 Namespace for the simulator and related classes.
 
 stride::util
 Utilities for the project.
 

Functions

template<typename T >
std::ostream & stride::util::operator<< (std::ostream &oss, Stopwatch< T > const &stopwatch)
 Insert accumulated time into output stream without altering stopwatch state. More...
 

Detailed Description

Definition of Stopwatch.

Definition in file Stopwatch.h.