|
MRPT
2.0.4
|
#include "system-precomp.h"#include <mrpt/core/bits_math.h>#include <mrpt/system/CTimeLogger.h>#include <mrpt/system/datetime.h>#include <mrpt/system/filesystem.h>#include <mrpt/system/string_utils.h>#include <algorithm>#include <fstream>#include <iostream>Go to the source code of this file.
Classes | |
| struct | MyGlobalProfiler |
Namespaces | |
| mrpt::system | |
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::system::CTimeLogger & | mrpt::system::global_profiler_getref () noexcept |
| void | mrpt::system::global_profiler_enter (const char *func_name) noexcept |
| void | mrpt::system::global_profiler_leave (const char *func_name) noexcept |
Variables | |
| static MyGlobalProfiler | global_profiler |
| std::string aux_format_string_multilines | ( | const std::string & | s, |
| const size_t | len | ||
| ) |
Definition at line 92 of file CTimeLogger.cpp.
References mrpt::system::rightPad().
Referenced by mrpt::system::CTimeLogger::getStatsAsText().
|
static |
Definition at line 49 of file CTimeLogger.cpp.
Referenced by mrpt::system::global_profiler_enter(), mrpt::system::global_profiler_getref(), and mrpt::system::global_profiler_leave().
| 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 |