#include <Struct-Tree.hpp>
Definition at line 143 of file Struct-Tree.hpp.
◆ anonymous enum
| Enumerator |
|---|
| OFlg_Compressed | |
| OFlg_LeafMetricsOnly | |
| OFlg_Debug | |
Definition at line 146 of file Struct-Tree.hpp.
◆ Tree() [1/2]
| Prof::Struct::Tree::Tree |
( |
const char * |
name, |
|
|
Root * |
root = NULL |
|
) |
| |
◆ Tree() [2/2]
| Prof::Struct::Tree::Tree |
( |
const std::string & |
name, |
|
|
Root * |
root = NULL |
|
) |
| |
|
inline |
◆ ~Tree()
| Prof::Struct::Tree::~Tree |
( |
| ) |
|
|
virtual |
◆ ddump()
| void Prof::Struct::Tree::ddump |
( |
| ) |
const |
◆ dump()
| std::ostream& Prof::Struct::Tree::dump |
( |
std::ostream & |
os = std::cerr, |
|
|
uint |
oFlags = 0 |
|
) |
| const |
◆ empty()
| bool Prof::Struct::Tree::empty |
( |
| ) |
const |
|
inline |
◆ name()
| string Prof::Struct::Tree::name |
( |
void |
| ) |
const |
◆ root() [1/2]
| Root* Prof::Struct::Tree::root |
( |
| ) |
const |
|
inline |
◆ root() [2/2]
| void Prof::Struct::Tree::root |
( |
Root * |
x | ) |
|
|
inline |
◆ writeXML()
| std::ostream& Prof::Struct::Tree::writeXML |
( |
std::ostream & |
os = std::cerr, |
|
|
uint |
oFlags = 0 |
|
) |
| const |
◆ m_root
| Root* Prof::Struct::Tree::m_root |
|
private |
◆ PartialUnwindProcNm
| const std::string Prof::Struct::Tree::PartialUnwindProcNm = "<partial call paths>" |
|
static |
◆ UnknownFileNm
| const std::string Prof::Struct::Tree::UnknownFileNm = "<unknown file>" |
|
static |
◆ UnknownGlobalVariable
| const std::string Prof::Struct::Tree::UnknownGlobalVariable = "<unknown variable>" |
|
static |
◆ UnknownLine
◆ UnknownLMNm
| const std::string Prof::Struct::Tree::UnknownLMNm = "<unknown load module>" |
|
static |
◆ UnknownProcNm
| const std::string Prof::Struct::Tree::UnknownProcNm = "<unknown procedure>" |
|
static |
The documentation for this class was generated from the following files: