kcachegrind
#include <tracedata.h>

Protected Member Functions | |
| virtual bool | onlyActiveParts () |
Protected Attributes | |
| TraceJumpCostList | _deps |
Protected Attributes inherited from TraceJumpCost | |
| SubCost | _executedCount |
| SubCost | _followedCount |
Protected Attributes inherited from CostItem | |
| ProfileContext * | _context |
| CostItem * | _dep |
| bool | _dirty |
| CostItem * | _position |
Detailed Description
Jump Cost Item depends on a list of Jump cost items.
Definition at line 303 of file tracedata.h.
Constructor & Destructor Documentation
| TraceJumpListCost::TraceJumpListCost | ( | ProfileContext * | context | ) |
Definition at line 255 of file tracedata.cpp.
|
virtual |
Definition at line 261 of file tracedata.cpp.
Member Function Documentation
| void TraceJumpListCost::addDep | ( | TraceJumpCost * | dep | ) |
Definition at line 264 of file tracedata.cpp.
|
inline |
Definition at line 312 of file tracedata.h.
| TraceJumpCost * TraceJumpListCost::findDepFromPart | ( | TracePart * | part | ) |
Definition at line 285 of file tracedata.cpp.
|
inlineprotectedvirtual |
Reimplemented in TraceLineJump.
Definition at line 318 of file tracedata.h.
|
virtual |
Updates cost attributes.
This has to be called by subclasses that access cost attributes directly
Reimplemented from CostItem.
Definition at line 300 of file tracedata.cpp.
Member Data Documentation
|
protected |
Definition at line 320 of file tracedata.h.
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