Linux Perf
call-graph-from-sql Namespace Reference

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_()
 

Variable Documentation

◆ app

call-graph-from-sql.app = QApplication(sys.argv)

Definition at line 334 of file call-graph-from-sql.py.

◆ db

call-graph-from-sql.db = QSqlDatabase.addDatabase('QSQLITE')

Definition at line 310 of file call-graph-from-sql.py.

◆ dbname

call-graph-from-sql.dbname = sys.argv[1]

Definition at line 298 of file call-graph-from-sql.py.

◆ err

call-graph-from-sql.err = app.exec_()

Definition at line 337 of file call-graph-from-sql.py.

◆ f

call-graph-from-sql.f = open(dbname)

Definition at line 302 of file call-graph-from-sql.py.

◆ is_sqlite3

bool call-graph-from-sql.is_sqlite3 = False

Definition at line 300 of file call-graph-from-sql.py.

◆ opt

call-graph-from-sql.opt = opt.split('=')

Definition at line 316 of file call-graph-from-sql.py.

◆ opts

call-graph-from-sql.opts = dbname.split()

Definition at line 313 of file call-graph-from-sql.py.

◆ window

call-graph-from-sql.window = MainWindow(db, dbname)

Definition at line 335 of file call-graph-from-sql.py.