kcachegrind
#include <stackbrowser.h>
Public Member Functions | |
Stack (TraceFunction *) | |
TraceFunction * | called (TraceFunction *, bool extend) |
TraceFunction * | caller (TraceFunction *, bool extend) |
TraceCallList | calls () |
bool | contains (TraceFunction *) |
bool | deref () |
void | extendBottom () |
void | extendTop () |
void | ref () |
int | refCount () const |
Stack * | split (TraceFunction *) |
TraceFunction * | top () |
QString | toString () |
Detailed Description
Definition at line 26 of file stackbrowser.h.
Constructor & Destructor Documentation
Stack::Stack | ( | TraceFunction * | f | ) |
Definition at line 33 of file stackbrowser.cpp.
Member Function Documentation
TraceFunction * Stack::called | ( | TraceFunction * | fn, |
bool | extend | ||
) |
Definition at line 152 of file stackbrowser.cpp.
TraceFunction * Stack::caller | ( | TraceFunction * | fn, |
bool | extend | ||
) |
Definition at line 134 of file stackbrowser.cpp.
|
inline |
Definition at line 48 of file stackbrowser.h.
bool Stack::contains | ( | TraceFunction * | fn | ) |
Definition at line 177 of file stackbrowser.cpp.
|
inline |
Definition at line 44 of file stackbrowser.h.
void Stack::extendBottom | ( | ) |
Definition at line 42 of file stackbrowser.cpp.
void Stack::extendTop | ( | ) |
Definition at line 92 of file stackbrowser.cpp.
|
inline |
Definition at line 42 of file stackbrowser.h.
|
inline |
Definition at line 45 of file stackbrowser.h.
Stack * Stack::split | ( | TraceFunction * | f | ) |
Definition at line 221 of file stackbrowser.cpp.
|
inline |
Definition at line 47 of file stackbrowser.h.
QString Stack::toString | ( | ) |
Definition at line 245 of file stackbrowser.cpp.
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.