Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Stopwatch.h File Reference

Definition of Stopwatch. More...

#include "timekeeper/Utils.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  UA_CoMP::Timekeeper::Stopwatch< T >
 Provides a stopwatch interface to time: it accumulates time between start/stop pairs. More...
 

Namespaces

 UA_CoMP
 Namespace Comp groups all code developed by the CoMP group.
 
 UA_CoMP::Timekeeper
 

Functions

template<typename T >
std::ostream & UA_CoMP::Timekeeper::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.