Bimetric 3+1 toolkit for spherical symmetry
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
sys/trackUsedTime.h File Reference

Tracks the elapsed lifetime of an object. More...

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

Go to the source code of this file.

Data Structures

class  TrackUsedTime
 Reports the elapsed time for the lifetime of the created object. More...

Typedefs

typedef
std::chrono::time_point
< std::chrono::high_resolution_clock > 
time_hr
 The high resolution clock time-point.

Detailed Description

Tracks the elapsed lifetime of an object.

Author:
Mikica Kocic

Definition in file trackUsedTime.h.


Typedef Documentation

typedef std::chrono::time_point<std::chrono::high_resolution_clock> time_hr

The high resolution clock time-point.

Definition at line 12 of file trackUsedTime.h.