diff bin/effecteval @ 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 f29e26811206
children f66dbe512025
line wrap: on
line diff
--- a/bin/effecteval	Thu Jun 06 02:59:26 2019 +0000
+++ b/bin/effecteval	Thu Jun 06 09:31:36 2019 +0000
@@ -16,10 +16,12 @@
 from rdfdb.patch import Patch
 from rdfdb.syncedgraph import SyncedGraph
 from greplin import scales
+from standardservice.scalessetup import gatherProcessStats
 
 from cycloneerr import PrettyErrorHandler
 from light9.coffee import StaticCoffee
 
+gatherProcessStats()
 
 class EffectEdit(PrettyErrorHandler, cyclone.web.RequestHandler):