kcachegrind
#include <tracedata.h>
Protected Member Functions | |
bool | onlyActiveParts () |
Additional Inherited Members | |
Static Public Attributes inherited from ProfileCostArray | |
static const int | InvalidIndex = -1 |
static const int | MaxRealIndex = MaxRealIndexValue |
Protected Attributes inherited from TraceListCost | |
TraceCostList | _deps |
Protected Attributes inherited from CostItem | |
ProfileContext * | _context |
CostItem * | _dep |
bool | _dirty |
CostItem * | _position |
Detailed Description
A source line of the program.
Consists of a list a TracePartLines from different trace files and a list of TraceLineCalls if there are calls from this line.
Definition at line 935 of file tracedata.h.
Constructor & Destructor Documentation
TraceLine::TraceLine | ( | ) |
Definition at line 1380 of file tracedata.cpp.
|
virtual |
Definition at line 1387 of file tracedata.cpp.
Member Function Documentation
void TraceLine::addLineCall | ( | TraceLineCall * | lineCall | ) |
Definition at line 1438 of file tracedata.cpp.
|
inline |
Definition at line 954 of file tracedata.h.
bool TraceLine::hasCost | ( | EventType * | ct | ) |
Definition at line 1394 of file tracedata.cpp.
|
inline |
Definition at line 952 of file tracedata.h.
|
inline |
Definition at line 956 of file tracedata.h.
TraceLineJump * TraceLine::lineJump | ( | TraceLine * | to, |
bool | isCondJump | ||
) |
Definition at line 1426 of file tracedata.cpp.
|
inline |
Definition at line 957 of file tracedata.h.
|
inline |
Definition at line 955 of file tracedata.h.
|
virtual |
Returns dynamic name info (without type)
Reimplemented from CostItem.
Definition at line 1475 of file tracedata.cpp.
|
inlineprotectedvirtual |
Reimplemented from TraceListCost.
Definition at line 964 of file tracedata.h.
TracePartLine * TraceLine::partLine | ( | TracePart * | part, |
TracePartFunction * | partFunction | ||
) |
Definition at line 1410 of file tracedata.cpp.
|
virtual |
Similar to name, but prettyfied = more descriptive to humans.
Reimplemented from CostItem.
Definition at line 1485 of file tracedata.cpp.
|
inline |
Definition at line 961 of file tracedata.h.
|
inline |
Definition at line 960 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.