aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
-rw-r--r--tools/perf/scripts/python/call-graph-from-sql.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/call-graph-from-sql.py b/tools/perf/scripts/python/call-graph-from-sql.py
index 0a4dc13d4818..65c18e351bc4 100644
--- a/tools/perf/scripts/python/call-graph-from-sql.py
+++ b/tools/perf/scripts/python/call-graph-from-sql.py
@@ -269,7 +269,6 @@ class MainWindow(QMainWindow):
269 269
270 self.glb = glb 270 self.glb = glb
271 271
272 self.setObjectName("MainWindow")
273 self.setWindowTitle("Call Graph: " + glb.dbname) 272 self.setWindowTitle("Call Graph: " + glb.dbname)
274 self.move(100, 100) 273 self.move(100, 100)
275 self.resize(800, 600) 274 self.resize(800, 600)