#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 BASE_IMPEXP & | mrpt::utils::global_profiler_getref () MRPT_NO_THROWS |
void BASE_IMPEXP | mrpt::utils::global_profiler_enter (const char *func_name) MRPT_NO_THROWS |
void BASE_IMPEXP | mrpt::utils::global_profiler_leave (const char *func_name) MRPT_NO_THROWS |
Variables | |
MyGlobalProfiler | global_profiler |
std::string aux_format_string_multilines | ( | const std::string & | s, |
const size_t | len | ||
) |
Definition at line 118 of file CTimeLogger.cpp.
References mrpt::system::rightPad().
Referenced by mrpt::utils::CTimeLogger::getStatsAsText().
MyGlobalProfiler global_profiler |
Definition at line 38 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.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |