Apollo 10.0
自动驾驶开放平台
|
#include <limits.h>
#include <memory>
#include <mutex>
#include <utility>
#include <string>
#include <unordered_map>
#include "cyber/base/macros.h"
#include "cyber/common/log.h"
#include "cyber/proto/role_attributes.pb.h"
#include "cyber/common/macros.h"
#include "cyber/time/time.h"
#include "third_party/var/bvar/bvar.h"
类 | |
struct | apollo::cyber::statistics::SpanHandler |
class | apollo::cyber::statistics::Statistics |
命名空间 | |
namespace | apollo |
class register implement | |
namespace | apollo::cyber |
namespace | apollo::cyber::statistics |
宏定义 | |
#define | CYBER_STATISTICS_STATISTICS_H_ |
类型定义 | |
using | apollo::cyber::statistics::LatencyVarPtr = std::shared_ptr<::bvar::LatencyRecorder > |
using | apollo::cyber::statistics::StatusVarPtr = std::shared_ptr<::bvar::Status< uint64_t > > |
using | apollo::cyber::statistics::AdderVarPtr = std::shared_ptr<::bvar::Adder< int32_t > > |
#define CYBER_STATISTICS_STATISTICS_H_ |
在文件 statistics.h 第 20 行定义.