kcachegrind
instritem.h
Go to the documentation of this file.
bool operator<(const QTreeWidgetItem &other) const
Definition: instritem.cpp:256
void setJumpArray(const QVector< TraceInstrJump * > &a)
Definition: instritem.cpp:298
A call from an instruction of one function to another function.
Definition: tracedata.h:782
Addresses are 64bit values like costs to be able to always load profile data produced on 64bit archit...
Definition: addr.h:31
Definition: instritem.h:85
InstrItemDelegate(InstrView *parent)
Definition: instritem.cpp:308
QTreeWidgetItem * parent() const
A jump from an instruction to another inside of a function.
Definition: tracedata.h:725
void paintArrows(QPainter *p, const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: instritem.cpp:353
Definition: instrview.h:32
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: instritem.cpp:332
Definition: instritem.h:34
InstrItem(InstrView *iv, QTreeWidget *parent, Addr addr, const QString &)
Definition: instritem.cpp:38
QObject * parent() const
int size() const
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: instritem.cpp:314
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.