Apollo 10.0
自动驾驶开放平台
|
#include <string>
#include "absl/strings/str_cat.h"
#include "cyber/common/macros.h"
#include "cyber/time/time.h"
类 | |
class | apollo::common::util::Timer |
class | apollo::common::util::TimerWrapper |
命名空间 | |
namespace | apollo |
class register implement | |
namespace | apollo::common |
apollo::common | |
namespace | apollo::common::util |
apollo::common::util | |
宏定义 | |
#define | AFUNC __func__ |
#define | PERF_FUNCTION() |
#define | PERF_FUNCTION_WITH_NAME(func_name) UNUSED(func_name); |
#define | PERF_FUNCTION_WITH_INDICATOR(indicator) UNUSED(indicator); |
#define | PERF_BLOCK_START() |
#define | PERF_BLOCK_END(msg) UNUSED(msg); |
#define | PERF_BLOCK_END_WITH_INDICATOR(indicator, msg) |
函数 | |
std::string | apollo::common::util::function_signature (const std::string &func_name, const std::string &indicator) |
#define AFUNC __func__ |
在文件 perf_util.h 第 30 行定义.
#define PERF_BLOCK_END | ( | msg | ) | UNUSED(msg); |
在文件 perf_util.h 第 127 行定义.
#define PERF_BLOCK_END_WITH_INDICATOR | ( | indicator, | |
msg | |||
) |
在文件 perf_util.h 第 128 行定义.
#define PERF_BLOCK_START | ( | ) |
在文件 perf_util.h 第 126 行定义.
#define PERF_FUNCTION | ( | ) |
在文件 perf_util.h 第 123 行定义.
#define PERF_FUNCTION_WITH_INDICATOR | ( | indicator | ) | UNUSED(indicator); |
在文件 perf_util.h 第 125 行定义.
#define PERF_FUNCTION_WITH_NAME | ( | func_name | ) | UNUSED(func_name); |
在文件 perf_util.h 第 124 行定义.