jubilant-funicular
Public Member Functions | Protected Attributes | List of all members
nta::Timer Class Reference

represents a timer More...

#include <Timer.h>

Inheritance diagram for nta::Timer:
Inheritance graph
[legend]
Collaboration diagram for nta::Timer:
Collaboration graph
[legend]

Public Member Functions

 Timer ()
 constructor and destructor
 
virtual void begin ()
 begins timer
 
virtual long double end () const
 return time since beginning of timer in nanoseconds
 

Protected Attributes

std::chrono::time_point< std::chrono::high_resolution_clock, std::chrono::nanoseconds > m_startPoint
 

Detailed Description

represents a timer

Definition at line 8 of file Timer.h.


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