Mercurial > code > home > repos > light9
diff bin/ascoltami2 @ 1957:a745bee5c419
new process stats visualizers
Ignore-this: 8e47516baad0bfb9cd02a712571c5a5f
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 06 Jun 2019 09:31:36 +0000 |
parents | 3c523c71da29 |
children | f66dbe512025 |
line wrap: on
line diff
--- a/bin/ascoltami2 Thu Jun 06 02:59:26 2019 +0000 +++ b/bin/ascoltami2 Thu Jun 06 09:31:36 2019 +0000 @@ -11,9 +11,11 @@ from light9.ascoltami.playlist import Playlist, NoSuchSong from light9.ascoltami.webapp import makeWebApp, songUri, songLocation from light9 import networking, showconfig +from standardservice.scalessetup import gatherProcessStats from gi.repository import GObject, Gst +gatherProcessStats() class App(object):