CGraph
Public Attributes | List of all members
GPerfInfo Struct Reference

性能分析数据,目前只支持耗时和最长连路分析 More...

#include <GPerfDefine.h>

Inheritance diagram for GPerfInfo:
Inheritance graph
[legend]
Collaboration diagram for GPerfInfo:
Collaboration graph
[legend]

Public Attributes

CUInt loop_ = 0
 
CFMSec first_start_ts_ = 0.0
 
CFMSec last_finish_ts_ = 0.0
 
CFMSec accu_cost_ts_ = 0.0
 
CBool in_longest_path_ = false
 

Additional Inherited Members

- Public Member Functions inherited from CStruct
virtual ~CStruct ()=default
 

Detailed Description

性能分析数据,目前只支持耗时和最长连路分析

Member Data Documentation

◆ accu_cost_ts_

CFMSec GPerfInfo::accu_cost_ts_ = 0.0

◆ first_start_ts_

CFMSec GPerfInfo::first_start_ts_ = 0.0

◆ in_longest_path_

CBool GPerfInfo::in_longest_path_ = false

◆ last_finish_ts_

CFMSec GPerfInfo::last_finish_ts_ = 0.0

◆ loop_

CUInt GPerfInfo::loop_ = 0

The documentation for this struct was generated from the following file: