kcachegrind
#include <instritem.h>
|
| | InstrItem (InstrView *iv, QTreeWidget *parent, Addr addr, const QString &) |
| |
| | InstrItem (InstrView *iv, QTreeWidget *parent, Addr addr, bool inside, const QString &, const QString &, const QString &, TraceInstr *instr) |
| |
| | InstrItem (InstrView *iv, QTreeWidgetItem *parent, Addr addr, TraceInstr *instr, TraceInstrCall *instrCall) |
| |
| | InstrItem (InstrView *iv, QTreeWidgetItem *parent, Addr addr, TraceInstr *instr, TraceInstrJump *instrJump) |
| |
| Addr | addr () const |
| |
| bool | inside () const |
| |
| TraceInstr * | instr () const |
| |
| TraceInstrCall * | instrCall () const |
| |
| TraceInstrJump * | instrJump () const |
| |
| TraceInstrJump * | jump (int i) const |
| |
| int | jumpCount () const |
| |
| bool | operator< (const QTreeWidgetItem &other) const |
| |
| void | setJumpArray (const QVector< TraceInstrJump * > &a) |
| |
| void | updateCost () |
| |
| void | updateGroup () |
| |
Definition at line 34 of file instritem.h.
| InstrItem::InstrItem |
( |
InstrView * |
iv, |
|
|
QTreeWidget * |
parent, |
|
|
Addr |
addr, |
|
|
bool |
inside, |
|
|
const QString & |
code, |
|
|
const QString & |
cmd, |
|
|
const QString & |
args, |
|
|
TraceInstr * |
instr |
|
) |
| |
| Addr InstrItem::addr |
( |
| ) |
const |
|
inline |
| bool InstrItem::inside |
( |
| ) |
const |
|
inline |
| int InstrItem::jumpCount |
( |
| ) |
const |
|
inline |
| void InstrItem::updateCost |
( |
| ) |
|
| void InstrItem::updateGroup |
( |
| ) |
|
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:28 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.