mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
scope_timer.h File Reference

Simple timer which times a duration of its scope, with additional optional checkpoints. More...

#include <ros/ros.h>
#include <chrono>
#include <iostream>
#include <fstream>
#include <iomanip>
#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

 mrs_lib
 All mrs_lib functions, classes, variables and definitions are contained in this namespace.
 

Detailed Description

Simple timer which times a duration of its scope, with additional optional checkpoints.

Author
Daniel Hert - hertd.nosp@m.ani@.nosp@m.fel.c.nosp@m.vut..nosp@m.cz