lucid  0.0.2
Lifting-based Uncertain Control Invariant Dynamics
Loading...
Searching...
No Matches
Timer.h File Reference
#include <chrono>
#include <cstdint>
#include <ratio>
#include <type_traits>
#include "lucid/util/concept.h"

Classes

class  lucid::TimerBase< T >
 Simple timer class to evaluate the performance of the software. More...
class  lucid::Timer
 Timer class using the steady clock (wall time). More...
struct  lucid::user_clock
 Structure that will hold the user clock data. More...
class  lucid::UserTimer
 Timer class using the user_clock (CPU user timer). More...
class  lucid::TimerGuard< T >
 The TimeGuard wraps a timer object and pauses it when the guard object is destructed. More...

Namespaces

namespace  lucid
 Root namespace for the lucid library.

Detailed Description

Author
Ernesto Casablanca
Oliver Schön
Licence:
BSD 3-Clause License

Timer class.