Apollo 10.0
自动驾驶开放平台
|
#include <block.h>
Public 类型 | |
using | time_point = std::chrono::time_point< std::chrono::steady_clock > |
Public 成员函数 | |
Block () | |
Block (const std::string &name) | |
virtual | ~Block () |
void | Start () |
void | End () |
const std::string & | name () const |
std::uint32_t | depth () const |
void | set_depth (std::uint32_t depth) |
const time_point & | begin_time () const |
const time_point & | end_time () const |
std::uint64_t | begin_time_since_epoch () const |
std::uint64_t | end_time_since_epoch () const |
std::uint64_t | duration () const |
bool | finished () const |
using apollo::cyber::profiler::Block::time_point = std::chrono::time_point<std::chrono::steady_clock> |
apollo::cyber::profiler::Block::Block | ( | ) |
|
explicit |
|
virtual |
|
inline |
std::uint64_t apollo::cyber::profiler::Block::begin_time_since_epoch | ( | ) | const |
|
inline |
std::uint64_t apollo::cyber::profiler::Block::duration | ( | ) | const |
void apollo::cyber::profiler::Block::End | ( | ) |
|
inline |
std::uint64_t apollo::cyber::profiler::Block::end_time_since_epoch | ( | ) | const |
|
inline |
|
inline |
|
inline |
void apollo::cyber::profiler::Block::Start | ( | ) |