Apollo 10.0
自动驾驶开放平台
apollo::cyber::statistics 命名空间参考

struct  SpanHandler
 
class  Statistics
 

类型定义

using LatencyVarPtr = std::shared_ptr<::bvar::LatencyRecorder >
 
using StatusVarPtr = std::shared_ptr<::bvar::Status< uint64_t > >
 
using AdderVarPtr = std::shared_ptr<::bvar::Adder< int32_t > >
 

类型定义说明

◆ AdderVarPtr

using apollo::cyber::statistics::AdderVarPtr = typedef std::shared_ptr<::bvar::Adder<int32_t> >

在文件 statistics.h43 行定义.

◆ LatencyVarPtr

using apollo::cyber::statistics::LatencyVarPtr = typedef std::shared_ptr<::bvar::LatencyRecorder>

在文件 statistics.h41 行定义.

◆ StatusVarPtr

using apollo::cyber::statistics::StatusVarPtr = typedef std::shared_ptr<::bvar::Status<uint64_t> >

在文件 statistics.h42 行定义.