![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Simple timer which times a duration of its scope, with additional optional checkpoints. More...
#include <rclcpp/rclcpp.hpp>#include <chrono>#include <fstream>#include <mutex>
Include dependency graph for scope_timer.h:Go to the source code of this file.
Classes | |
| class | mrs_lib::ScopeTimerLogger |
| Simple file logger of scope timer and its checkpoints. More... | |
| class | mrs_lib::ScopeTimer |
| Simple timer which will time a duration of a scope and checkpoints inside the scope in ros time and std::chrono time. More... | |
| struct | mrs_lib::ScopeTimer::time_point |
Namespaces | |
| namespace | mrs_lib |
| All mrs_lib functions, classes, variables and definitions are contained in this namespace. | |
Simple timer which times a duration of its scope, with additional optional checkpoints.