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

Protected Attributes | |
| ProfileCostArray | _inclusive | 
  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 | 
  Protected Member Functions inherited from ProfileCostArray | |
| virtual void | update () | 
Detailed Description
Cost item with additional inclusive metric.
Definition at line 251 of file tracedata.h.
Constructor & Destructor Documentation
| TraceInclusiveCost::TraceInclusiveCost | ( | ProfileContext * | context | ) | 
Definition at line 143 of file tracedata.cpp.
      
  | 
  virtual | 
Definition at line 147 of file tracedata.cpp.
Member Function Documentation
| void TraceInclusiveCost::addInclusive | ( | ProfileCostArray * | c | ) | 
Definition at line 170 of file tracedata.cpp.
      
  | 
  virtual | 
Set all cost counters to zero.
Reimplemented from ProfileCostArray.
Definition at line 157 of file tracedata.cpp.
      
  | 
  virtual | 
Returns text of all cost metrics.
Reimplemented from ProfileCostArray.
Reimplemented in TracePartFunction.
Definition at line 150 of file tracedata.cpp.
| ProfileCostArray * TraceInclusiveCost::inclusive | ( | ) | 
Definition at line 163 of file tracedata.cpp.
Member Data Documentation
      
  | 
  protected | 
Definition at line 266 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-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
            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