aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-12-26 16:58:48 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2017-12-26 20:22:58 +0100
commit861af45aac734d6ef92b0eaae3d6bcbe62aa94e2 (patch)
treeec1c2ca776d3f59eba320226c13f012f38b5ba04 /rumba/prototypes/ouroboros.py
parent66f141f3b8dece28d7fe90b5c719b3781d38da9f (diff)
downloadrumba-861af45aac734d6ef92b0eaae3d6bcbe62aa94e2.tar.gz
rumba-861af45aac734d6ef92b0eaae3d6bcbe62aa94e2.zip
model: Add timings for every public Experiment call
This measures the time for every public function of the Experiment class and logs them. Fixes #40
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 055ed43..6d5d184 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -153,12 +153,12 @@ class Experiment(mod.Experiment):
ipcp.node.ssh_config,
cmd, time_out=None)
- def install_prototype(self):
+ def _install_prototype(self):
logger.info("Installing Ouroboros...")
self.install_ouroboros()
logger.info("Installed on all nodes...")
- def bootstrap_prototype(self):
+ def _bootstrap_prototype(self):
logger.info("Starting IRMd on all nodes...")
self.setup_ouroboros()
logger.info("Creating IPCPs")