kcachegrind
FixCallCost Class Reference
#include <fixcost.h>
Public Member Functions | |
FixCallCost (TracePart *, FixPool *, TraceFunctionSource *, unsigned int line, Addr addr, TracePartCall *, SubCost, FixString &) | |
Addr | addr () const |
void | addTo (TraceCallCost *) |
SubCost | callCount () const |
TraceFunctionSource * | functionSource () const |
unsigned int | line () const |
FixCallCost * | nextCostOfPartCall () const |
void * | operator new (size_t size, FixPool *) |
TracePart * | part () const |
void | setMax (ProfileCostArray *) |
Detailed Description
A FixCallCost will be inserted into a.
- TracePartCall to keep source/target function info
- TraceFunctionSourceFile to keep file info of call source
Constructor & Destructor Documentation
FixCallCost::FixCallCost | ( | TracePart * | part, |
FixPool * | pool, | ||
TraceFunctionSource * | functionSource, | ||
unsigned int | line, | ||
Addr | addr, | ||
TracePartCall * | partCall, | ||
SubCost | callCount, | ||
FixString & | s | ||
) |
Definition at line 75 of file fixcost.cpp.
Member Function Documentation
void FixCallCost::addTo | ( | TraceCallCost * | c | ) |
Definition at line 114 of file fixcost.cpp.
|
inline |
|
inline |
void * FixCallCost::operator new | ( | size_t | size, |
FixPool * | pool | ||
) |
Definition at line 109 of file fixcost.cpp.
void FixCallCost::setMax | ( | ProfileCostArray * | c | ) |
Definition at line 131 of file fixcost.cpp.
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:50 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:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.