Flow123d  master-f44eb46
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

◆ start()

void Timer::start ( )
inline

Definition at line 39 of file memory.cc.

Here is the caller graph for this function:

◆ stop()

void Timer::stop ( )
inline

Definition at line 42 of file memory.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ _start

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

Definition at line 35 of file memory.cc.

◆ _stop

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

Definition at line 36 of file memory.cc.

◆ duration

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: