kcachegrind
HighestCostList Class Reference
#include <subcost.h>
Public Member Functions | |
HighestCostList () | |
void | addCost (ProfileCostArray *, SubCost) |
void | clear (int maxSize) |
int | count () |
bool | hasMore () |
int | maxSize () |
ProfileCostArray * | operator[] (int i) |
int | realCount () |
Detailed Description
A class to calculate the <maxSize> ProfileCostArray items with highest cost.
Constructor & Destructor Documentation
HighestCostList::HighestCostList | ( | ) |
Definition at line 69 of file subcost.cpp.
Member Function Documentation
void HighestCostList::addCost | ( | ProfileCostArray * | c, |
SubCost | cost | ||
) |
Definition at line 83 of file subcost.cpp.
void HighestCostList::clear | ( | int | maxSize | ) |
Definition at line 75 of file subcost.cpp.
|
inline |
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.