|
| def | __init__ (self, db, row, parent_item) |
| |
| def | setUpRoot (self) |
| |
| def | setUpLevel1 (self, comm_id, comm) |
| |
| def | setUpLevel2 (self, comm_id, thread_id, pid, tid) |
| |
| def | getChildItem (self, row) |
| |
| def | getParentItem (self) |
| |
| def | getRow (self) |
| |
| def | timePercent (self, b) |
| |
| def | branchPercent (self, b) |
| |
| def | addChild (self, call_path_id, name, dso, count, time, branch_count) |
| |
| def | selectCalls (self) |
| |
| def | childCount (self) |
| |
| def | columnCount (self) |
| |
| def | columnHeader (self, column) |
| |
| def | getData (self, column) |
| |
Definition at line 63 of file call-graph-from-sql.py.
◆ __init__()
| def call-graph-from-sql.TreeItem.__init__ |
( |
|
self, |
|
|
|
db, |
|
|
|
row, |
|
|
|
parent_item |
|
) |
| |
◆ addChild()
| def call-graph-from-sql.TreeItem.addChild |
( |
|
self, |
|
|
|
call_path_id, |
|
|
|
name, |
|
|
|
dso, |
|
|
|
count, |
|
|
|
time, |
|
|
|
branch_count |
|
) |
| |
◆ branchPercent()
| def call-graph-from-sql.TreeItem.branchPercent |
( |
|
self, |
|
|
|
b |
|
) |
| |
◆ childCount()
| def call-graph-from-sql.TreeItem.childCount |
( |
|
self | ) |
|
◆ columnCount()
| def call-graph-from-sql.TreeItem.columnCount |
( |
|
self | ) |
|
◆ columnHeader()
| def call-graph-from-sql.TreeItem.columnHeader |
( |
|
self, |
|
|
|
column |
|
) |
| |
◆ getChildItem()
| def call-graph-from-sql.TreeItem.getChildItem |
( |
|
self, |
|
|
|
row |
|
) |
| |
◆ getData()
| def call-graph-from-sql.TreeItem.getData |
( |
|
self, |
|
|
|
column |
|
) |
| |
◆ getParentItem()
| def call-graph-from-sql.TreeItem.getParentItem |
( |
|
self | ) |
|
◆ getRow()
| def call-graph-from-sql.TreeItem.getRow |
( |
|
self | ) |
|
◆ selectCalls()
| def call-graph-from-sql.TreeItem.selectCalls |
( |
|
self | ) |
|
◆ setUpLevel1()
| def call-graph-from-sql.TreeItem.setUpLevel1 |
( |
|
self, |
|
|
|
comm_id, |
|
|
|
comm |
|
) |
| |
◆ setUpLevel2()
| def call-graph-from-sql.TreeItem.setUpLevel2 |
( |
|
self, |
|
|
|
comm_id, |
|
|
|
thread_id, |
|
|
|
pid, |
|
|
|
tid |
|
) |
| |
◆ setUpRoot()
| def call-graph-from-sql.TreeItem.setUpRoot |
( |
|
self | ) |
|
◆ timePercent()
| def call-graph-from-sql.TreeItem.timePercent |
( |
|
self, |
|
|
|
b |
|
) |
| |
◆ branch_count
| call-graph-from-sql.TreeItem.branch_count |
◆ call_path_id
| call-graph-from-sql.TreeItem.call_path_id |
◆ child_count
| call-graph-from-sql.TreeItem.child_count |
◆ child_items
| call-graph-from-sql.TreeItem.child_items |
◆ comm_id
| call-graph-from-sql.TreeItem.comm_id |
◆ data
| call-graph-from-sql.TreeItem.data |
◆ db
| call-graph-from-sql.TreeItem.db |
◆ parent_item
| call-graph-from-sql.TreeItem.parent_item |
◆ query_done
| call-graph-from-sql.TreeItem.query_done |
◆ row
| call-graph-from-sql.TreeItem.row |
◆ thread_id
| call-graph-from-sql.TreeItem.thread_id |
◆ time
| call-graph-from-sql.TreeItem.time |
The documentation for this class was generated from the following file: