Apollo 10.0
自动驾驶开放平台
statistics.h 文件参考
#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"
statistics.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

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 > >
 

宏定义说明

◆ CYBER_STATISTICS_STATISTICS_H_

#define CYBER_STATISTICS_STATISTICS_H_

在文件 statistics.h20 行定义.