Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Timer Class Reference

Public Member Functions

void start ()
 
void stop ()
 

Public Attributes

chrono::duration< double, nano > duration
 

Protected Attributes

chrono::high_resolution_clock::time_point _start
 
chrono::high_resolution_clock::time_point _stop
 

Detailed Description

Definition at line 33 of file memory.cc.

Member Function Documentation

void Timer::start ( )
inline

Definition at line 39 of file memory.cc.

Here is the caller graph for this function:

void Timer::stop ( )
inline

Definition at line 42 of file memory.cc.

Here is the caller graph for this function:

Member Data Documentation

chrono::high_resolution_clock::time_point Timer::_start
protected

Definition at line 35 of file memory.cc.

chrono::high_resolution_clock::time_point Timer::_stop
protected

Definition at line 36 of file memory.cc.

chrono::duration<double, nano> Timer::duration

Definition at line 38 of file memory.cc.


The documentation for this class was generated from the following file: