#include <profile.h>
Public Member Functions | |
| const std::vector< int > & | childKeys () const |
| const std::deque< ProfileEntry > & | data () const |
| int | depth () const |
| bool | hasChildren () const |
| bool | isMeasured () const |
| bool | isValid () const |
| const QString & | name () const |
| int | nodeKey () const |
| int | parentKey () const |
| const QString & | path () const |
| ProfileNode () | |
Private Attributes | |
| std::vector< int > | children_ |
| std::deque< ProfileEntry > | data_ |
| int | depth_ |
| bool | measured_ |
| QString | name_ |
| int | node_key_ |
| int | parent_ |
| QString | path_ |
Friends | |
| class | Profile |
| swri_profiler_tools::ProfileNode::ProfileNode | ( | ) | [inline] |
| const std::vector<int>& swri_profiler_tools::ProfileNode::childKeys | ( | ) | const [inline] |
| const std::deque<ProfileEntry>& swri_profiler_tools::ProfileNode::data | ( | ) | const [inline] |
| int swri_profiler_tools::ProfileNode::depth | ( | ) | const [inline] |
| bool swri_profiler_tools::ProfileNode::hasChildren | ( | ) | const [inline] |
| bool swri_profiler_tools::ProfileNode::isMeasured | ( | ) | const [inline] |
| bool swri_profiler_tools::ProfileNode::isValid | ( | ) | const [inline] |
| const QString& swri_profiler_tools::ProfileNode::name | ( | ) | const [inline] |
| int swri_profiler_tools::ProfileNode::nodeKey | ( | ) | const [inline] |
| int swri_profiler_tools::ProfileNode::parentKey | ( | ) | const [inline] |
| const QString& swri_profiler_tools::ProfileNode::path | ( | ) | const [inline] |
std::vector<int> swri_profiler_tools::ProfileNode::children_ [private] |
std::deque<ProfileEntry> swri_profiler_tools::ProfileNode::data_ [private] |
int swri_profiler_tools::ProfileNode::depth_ [private] |
bool swri_profiler_tools::ProfileNode::measured_ [private] |
QString swri_profiler_tools::ProfileNode::name_ [private] |
int swri_profiler_tools::ProfileNode::node_key_ [private] |
int swri_profiler_tools::ProfileNode::parent_ [private] |
QString swri_profiler_tools::ProfileNode::path_ [private] |