kcachegrind
TraceLineRegion Class Reference
#include <tracedata.h>
Inheritance diagram for TraceLineRegion:

Additional Inherited Members | |
Static Public Attributes inherited from ProfileCostArray | |
| static const int | InvalidIndex = -1 |
| static const int | MaxRealIndex = MaxRealIndexValue |
Protected Member Functions inherited from TraceInclusiveListCost | |
| virtual bool | onlyActiveParts () |
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
Cost of a source region.
Definition at line 1000 of file tracedata.h.
Constructor & Destructor Documentation
| TraceLineRegion::TraceLineRegion | ( | uint | from, |
| uint | to, | ||
| QString | name | ||
| ) |
|
virtual |
Member Function Documentation
|
inline |
Definition at line 1008 of file tracedata.h.
|
inlinevirtual |
Returns dynamic name info (without type)
Reimplemented from CostItem.
Definition at line 1010 of file tracedata.h.
| TracePartLine* TraceLineRegion::partLineRegion | ( | TracePart * | part, |
| TracePartFunction * | partFunction | ||
| ) |
|
inline |
Definition at line 1009 of file tracedata.h.
|
virtual |
Updates cost attributes.
This has to be called by subclasses that access cost attributes directly
Reimplemented from TraceInclusiveListCost.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
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
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