#include "base-precomp.h"#include <mrpt/utils/CTimeLogger.h>#include <mrpt/utils/CFileOutputStream.h>#include <mrpt/system/string_utils.h>#include <iostream>Go to the source code of this file.
Classes | |
| struct | MyGlobalProfiler |
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::utils | |
| Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL. | |
Functions | |
| std::string | aux_format_string_multilines (const std::string &s, const size_t len) |
Auxiliary stuff for the global profiler used in MRPT_START / MRPT_END | |
macros. | |
| mrpt::utils::CTimeLogger & | mrpt::utils::global_profiler_getref () noexcept |
| void | mrpt::utils::global_profiler_enter (const char *func_name) noexcept |
| void | mrpt::utils::global_profiler_leave (const char *func_name) noexcept |
Variables | |
| MyGlobalProfiler | global_profiler |
| std::string aux_format_string_multilines | ( | const std::string & | s, |
| const size_t | len | ||
| ) |
Definition at line 110 of file CTimeLogger.cpp.
References mrpt::system::rightPad().
Referenced by mrpt::utils::CTimeLogger::getStatsAsText().


| MyGlobalProfiler global_profiler |
Definition at line 37 of file CTimeLogger.cpp.
Referenced by mrpt::mrpt::utils::global_profiler_enter(), mrpt::utils::global_profiler_getref(), and mrpt::mrpt::utils::global_profiler_leave().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |