Public Attributes | List of all members
TimerInfo Struct Reference

#include <Timer.h>

Public Attributes

double clock_end_value
 time stamp when the timer was stopped More...
 
double clock_start_value
 time stamp when timer_start() gets called More...
 
double duration_sec
 duration between clock_start_value and clock_end_value in seconds More...
 

Detailed Description

Definition at line 6 of file Timer.h.

Member Data Documentation

double TimerInfo::clock_end_value

time stamp when the timer was stopped

Definition at line 12 of file Timer.h.

double TimerInfo::clock_start_value

time stamp when timer_start() gets called

Definition at line 9 of file Timer.h.

double TimerInfo::duration_sec

duration between clock_start_value and clock_end_value in seconds

Definition at line 15 of file Timer.h.


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


rdl_benchmark
Author(s):
autogenerated on Tue Apr 20 2021 02:25:39