kcachegrind
#include <tracedata.h>

Protected Member Functions | |
| virtual bool | onlyActiveParts () | 
Protected Attributes | |
| TraceCostList | _deps | 
  Protected Attributes inherited from CostItem | |
| ProfileContext * | _context | 
| CostItem * | _dep | 
| bool | _dirty | 
| CostItem * | _position | 
Additional Inherited Members | |
  Static Public Attributes inherited from ProfileCostArray | |
| static const int | InvalidIndex = -1 | 
| static const int | MaxRealIndex = MaxRealIndexValue | 
Detailed Description
Cost Item depends on a list of cost items.
Definition at line 274 of file tracedata.h.
Constructor & Destructor Documentation
| TraceListCost::TraceListCost | ( | ProfileContext * | context | ) | 
Definition at line 181 of file tracedata.cpp.
      
  | 
  virtual | 
Definition at line 187 of file tracedata.cpp.
Member Function Documentation
| void TraceListCost::addDep | ( | ProfileCostArray * | dep | ) | 
Definition at line 190 of file tracedata.cpp.
      
  | 
  inline | 
Definition at line 283 of file tracedata.h.
| ProfileCostArray * TraceListCost::findDepFromPart | ( | TracePart * | part | ) | 
Definition at line 211 of file tracedata.cpp.
      
  | 
  inlineprotectedvirtual | 
Reimplemented in TraceLine, and TraceInstr.
Definition at line 289 of file tracedata.h.
      
  | 
  virtual | 
Updates cost attributes.
This has to be called by subclasses that access cost attributes directly
Reimplemented from ProfileCostArray.
Definition at line 226 of file tracedata.cpp.
Member Data Documentation
      
  | 
  protected | 
Definition at line 291 of file tracedata.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:51 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