|
|
lucid
0.0.1
Lifting-based Uncertain Control Invariant Dynamics
|
#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. | |
Timer class.