kcachegrind
#include <tracedata.h>

Protected Member Functions | |
virtual bool | onlyActiveParts () |
Protected Attributes | |
TraceCallCostList | _deps |
![]() | |
SubCost | _callCount |
![]() | |
ProfileContext * | _context |
CostItem * | _dep |
bool | _dirty |
CostItem * | _position |
Additional Inherited Members | |
![]() | |
static const int | InvalidIndex = -1 |
static const int | MaxRealIndex = MaxRealIndexValue |
Detailed Description
Call Cost Item depends on a list of Call cost items.
Definition at line 334 of file tracedata.h.
Constructor & Destructor Documentation
TraceCallListCost::TraceCallListCost | ( | ProfileContext * | context | ) |
Definition at line 329 of file tracedata.cpp.
|
virtual |
Definition at line 335 of file tracedata.cpp.
Member Function Documentation
void TraceCallListCost::addDep | ( | TraceCallCost * | dep | ) |
Definition at line 338 of file tracedata.cpp.
|
inline |
Definition at line 343 of file tracedata.h.
TraceCallCost * TraceCallListCost::findDepFromPart | ( | TracePart * | part | ) |
Definition at line 359 of file tracedata.cpp.
|
inlineprotectedvirtual |
Reimplemented in TraceCall, TraceLineCall, and TraceInstrCall.
Definition at line 349 of file tracedata.h.
|
virtual |
Updates cost attributes.
This has to be called by subclasses that access cost attributes directly
Reimplemented from ProfileCostArray.
Reimplemented in TraceCall, and TracePartCall.
Definition at line 374 of file tracedata.cpp.
Member Data Documentation
|
protected |
Definition at line 351 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.