|
Linux Perf
|
Classes | |
| class | MainWindow |
| class | TreeItem |
| class | TreeModel |
Variables | |
| dbname = sys.argv[1] | |
| bool | is_sqlite3 = False |
| f = open(dbname) | |
| db = QSqlDatabase.addDatabase('QSQLITE') | |
| opts = dbname.split() | |
| opt = opt.split('=') | |
| app = QApplication(sys.argv) | |
| window = MainWindow(db, dbname) | |
| err = app.exec_() | |
| call-graph-from-sql.app = QApplication(sys.argv) |
Definition at line 334 of file call-graph-from-sql.py.
| call-graph-from-sql.db = QSqlDatabase.addDatabase('QSQLITE') |
Definition at line 310 of file call-graph-from-sql.py.
| call-graph-from-sql.dbname = sys.argv[1] |
Definition at line 298 of file call-graph-from-sql.py.
| call-graph-from-sql.err = app.exec_() |
Definition at line 337 of file call-graph-from-sql.py.
| call-graph-from-sql.f = open(dbname) |
Definition at line 302 of file call-graph-from-sql.py.
| bool call-graph-from-sql.is_sqlite3 = False |
Definition at line 300 of file call-graph-from-sql.py.
| call-graph-from-sql.opt = opt.split('=') |
Definition at line 316 of file call-graph-from-sql.py.
| call-graph-from-sql.opts = dbname.split() |
Definition at line 313 of file call-graph-from-sql.py.
| call-graph-from-sql.window = MainWindow(db, dbname) |
Definition at line 335 of file call-graph-from-sql.py.