Linux Perf
|
Go to the source code of this file.
Classes | |
class | call-graph-from-sql.TreeItem |
class | call-graph-from-sql.TreeModel |
class | call-graph-from-sql.MainWindow |
Namespaces | |
call-graph-from-sql | |
Variables | |
call-graph-from-sql.dbname = sys.argv[1] | |
bool | call-graph-from-sql.is_sqlite3 = False |
call-graph-from-sql.f = open(dbname) | |
call-graph-from-sql.db = QSqlDatabase.addDatabase('QSQLITE') | |
call-graph-from-sql.opts = dbname.split() | |
call-graph-from-sql.opt = opt.split('=') | |
call-graph-from-sql.app = QApplication(sys.argv) | |
call-graph-from-sql.window = MainWindow(db, dbname) | |
call-graph-from-sql.err = app.exec_() | |