|
MRPT
2.0.4
|
#include <mrpt/containers/ts_hash_map.h>#include <mrpt/core/exceptions.h>#include <mrpt/system/COutputLogger.h>#include <mrpt/system/CTicTac.h>#include <deque>#include <map>#include <optional>#include <stack>#include <vector>Go to the source code of this file.
Classes | |
| class | mrpt::system::CTimeLogger |
| A versatile "profiler" that logs the time spent within each pair of calls to enter(X)-leave(X), among other stats. More... | |
| struct | mrpt::system::CTimeLogger::TCallData |
| Data of all the calls: More... | |
| struct | mrpt::system::CTimeLogger::TCallStats |
| Data of each call section: # of calls, minimum, maximum, average and overall execution time (in seconds) More... | |
| struct | mrpt::system::CTimeLoggerEntry |
| A safe way to call enter() and leave() of a mrpt::system::CTimeLogger upon construction and destruction of this auxiliary object, making sure that leave() will be called upon exceptions, etc. More... | |
| struct | mrpt::system::CTimeLoggerSaveAtDtor |
| A helper class to save CSV stats upon self destruction, for example, at the end of a program run. More... | |
Namespaces | |
| mrpt::system | |
Functions | |
Auxiliary stuff for the global profiler used in MRPT_START / MRPT_END | |
macros. | |
| void | mrpt::system::global_profiler_enter (const char *func_name) noexcept |
| void | mrpt::system::global_profiler_leave (const char *func_name) noexcept |
| mrpt::system::CTimeLogger & | mrpt::system::global_profiler_getref () noexcept |
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |