Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b3411 commit af60f11Copy full SHA for af60f11
2 files changed
lib/core/profiling.py
@@ -87,5 +87,4 @@ def profile(profileOutputFile=None, dotOutputFile=None, imageOutputFile=None):
87
win.connect('destroy', gtk.main_quit)
88
win.set_filter("dot")
89
win.open_file(dotOutputFile)
90
- gobject.timeout_add(1000, win.update, dotOutputFile)
91
gtk.main()
0 commit comments