kcachegrind
#include <tracedata.h>

Static Public Member Functions | |
| static QString | prettyEmptyName () |
Additional Inherited Members | |
Static Public Attributes inherited from ProfileCostArray | |
| static const int | InvalidIndex = -1 |
| static const int | MaxRealIndex = MaxRealIndexValue |
Protected Member Functions inherited from TraceCostItem | |
| bool | onlyActiveParts () |
Protected Attributes inherited from TraceCostItem | |
| QString | _name |
Protected Attributes inherited from TraceInclusiveListCost | |
| TraceInclusiveCostList | _deps |
Protected Attributes inherited from TraceInclusiveCost | |
| ProfileCostArray | _inclusive |
Protected Attributes inherited from CostItem | |
| ProfileContext * | _context |
| CostItem * | _dep |
| bool | _dirty |
| CostItem * | _position |
Detailed Description
A C++ Class / Namespace.
If a function symbol has a prefix ending in "::", the prefix is supposed to be a class/namespace specifier. Without such a prefix, we put a symbol in the "(global)" namespace.
Definition at line 1271 of file tracedata.h.
Constructor & Destructor Documentation
| TraceClass::TraceClass | ( | ) |
Definition at line 2700 of file tracedata.cpp.
|
virtual |
Definition at line 2704 of file tracedata.cpp.
Member Function Documentation
| void TraceClass::addFunction | ( | TraceFunction * | function | ) |
Definition at line 2733 of file tracedata.cpp.
|
inline |
Definition at line 1281 of file tracedata.h.
| TracePartClass * TraceClass::partClass | ( | TracePart * | part | ) |
Definition at line 2722 of file tracedata.cpp.
|
static |
Definition at line 2717 of file tracedata.cpp.
|
virtual |
Similar to name, but prettyfied = more descriptive to humans.
Reimplemented from CostItem.
Definition at line 2710 of file tracedata.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from