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

Public Member Functions | |
TracePartLineJump (TraceLineJump *) | |
virtual | ~TracePartLineJump () |
TraceLineJump * | lineJump () const |
virtual void | update () |
![]() | |
TraceJumpCost (ProfileContext *) | |
virtual | ~TraceJumpCost () |
void | addCost (TraceJumpCost *) |
void | addExecutedCount (SubCost c) |
void | addFollowedCount (SubCost c) |
virtual void | clear () |
virtual QString | costString (EventTypeSet *m) |
SubCost | executedCount () |
SubCost | followedCount () |
![]() | |
CostItem (ProfileContext *) | |
virtual | ~CostItem () |
ProfileContext * | context () const |
virtual TraceData * | data () |
virtual const TraceData * | data () const |
CostItem * | dependant () |
virtual QString | formattedName () const |
QString | fullName () const |
virtual void | invalidate () |
virtual QString | name () const |
virtual TracePart * | part () |
virtual const TracePart * | part () const |
virtual QString | prettyName () const |
void | setContext (ProfileContext *context) |
void | setDependant (CostItem *d) |
void | setPosition (CostItem *p) |
QString | toString () |
ProfileContext::Type | type () const |
Additional Inherited Members | |
![]() | |
SubCost | _executedCount |
SubCost | _followedCount |
![]() | |
ProfileContext * | _context |
CostItem * | _dep |
bool | _dirty |
CostItem * | _position |
Detailed Description
Cost of jump at a source line from a trace file.
Definition at line 451 of file tracedata.h.
Constructor & Destructor Documentation
TracePartLineJump::TracePartLineJump | ( | TraceLineJump * | lineJump | ) |
Definition at line 525 of file tracedata.cpp.
|
virtual |
Definition at line 531 of file tracedata.cpp.
Member Function Documentation
|
inline |
Definition at line 459 of file tracedata.h.
|
inlinevirtual |
Updates cost attributes.
This has to be called by subclasses that access cost attributes directly
Reimplemented from CostItem.
Definition at line 458 of file tracedata.h.
The documentation for this class was generated from the following files:
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.