kcachegrind
#include <tracedata.h>

Protected Attributes | |
| SubCost | _callCount | 
  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 call count metric.
Definition at line 228 of file tracedata.h.
Constructor & Destructor Documentation
| TraceCallCost::TraceCallCost | ( | ProfileContext * | context | ) | 
Definition at line 97 of file tracedata.cpp.
      
  | 
  virtual | 
Definition at line 103 of file tracedata.cpp.
Member Function Documentation
| void TraceCallCost::addCallCount | ( | SubCost | c | ) | 
Definition at line 132 of file tracedata.cpp.
| SubCost TraceCallCost::callCount | ( | ) | 
Definition at line 125 of file tracedata.cpp.
      
  | 
  virtual | 
Set all cost counters to zero.
Reimplemented from ProfileCostArray.
Definition at line 119 of file tracedata.cpp.
      
  | 
  virtual | 
Returns text of all cost metrics.
Reimplemented from ProfileCostArray.
Definition at line 107 of file tracedata.cpp.
| QString TraceCallCost::prettyCallCount | ( | ) | 
Definition at line 114 of file tracedata.cpp.
Member Data Documentation
      
  | 
  protected | 
Definition at line 244 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