#include <profile.h>
Definition at line 78 of file profile.h.
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 |
The documentation for this class was generated from the following file: