TimerTag< TimeT > Struct Template Reference

#include <RobotAPI/components/units/RobotUnit/util/Time.h>

Public Types

using ClockT = std::chrono::high_resolution_clock
 

Public Member Functions

TimeT stop ()
 
 TimerTag ()
 

Public Attributes

const ClockT::time_point beg
 

Detailed Description

template<class TimeT = std::chrono::microseconds>
struct armarx::detail::TimerTag< TimeT >

Definition at line 33 of file Time.h.

Member Typedef Documentation

◆ ClockT

using ClockT = std::chrono::high_resolution_clock

Definition at line 37 of file Time.h.

Constructor & Destructor Documentation

◆ TimerTag()

TimerTag ( )
inline

Definition at line 40 of file Time.h.

Member Function Documentation

◆ stop()

TimeT stop ( )
inline

Definition at line 45 of file Time.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ beg

const ClockT::time_point beg

Definition at line 38 of file Time.h.


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