#include <profile.h>
Definition at line 78 of file profile.h.
◆ ProfileNode()
| swri_profiler_tools::ProfileNode::ProfileNode |
( |
| ) |
|
|
inline |
◆ childKeys()
| const std::vector<int>& swri_profiler_tools::ProfileNode::childKeys |
( |
| ) |
const |
|
inline |
◆ data()
| const std::deque<ProfileEntry>& swri_profiler_tools::ProfileNode::data |
( |
| ) |
const |
|
inline |
◆ depth()
| int swri_profiler_tools::ProfileNode::depth |
( |
| ) |
const |
|
inline |
◆ hasChildren()
| bool swri_profiler_tools::ProfileNode::hasChildren |
( |
| ) |
const |
|
inline |
◆ isMeasured()
| bool swri_profiler_tools::ProfileNode::isMeasured |
( |
| ) |
const |
|
inline |
◆ isValid()
| bool swri_profiler_tools::ProfileNode::isValid |
( |
| ) |
const |
|
inline |
◆ name()
| const QString& swri_profiler_tools::ProfileNode::name |
( |
| ) |
const |
|
inline |
◆ nodeKey()
| int swri_profiler_tools::ProfileNode::nodeKey |
( |
| ) |
const |
|
inline |
◆ parentKey()
| int swri_profiler_tools::ProfileNode::parentKey |
( |
| ) |
const |
|
inline |
◆ path()
| const QString& swri_profiler_tools::ProfileNode::path |
( |
| ) |
const |
|
inline |
◆ Profile
◆ children_
| std::vector<int> swri_profiler_tools::ProfileNode::children_ |
|
private |
◆ data_
| std::deque<ProfileEntry> swri_profiler_tools::ProfileNode::data_ |
|
private |
◆ depth_
| int swri_profiler_tools::ProfileNode::depth_ |
|
private |
◆ measured_
| bool swri_profiler_tools::ProfileNode::measured_ |
|
private |
◆ name_
| QString swri_profiler_tools::ProfileNode::name_ |
|
private |
◆ node_key_
| int swri_profiler_tools::ProfileNode::node_key_ |
|
private |
◆ parent_
| int swri_profiler_tools::ProfileNode::parent_ |
|
private |
◆ path_
| QString swri_profiler_tools::ProfileNode::path_ |
|
private |
The documentation for this class was generated from the following file: