From 861af45aac734d6ef92b0eaae3d6bcbe62aa94e2 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 26 Dec 2017 16:58:48 +0100 Subject: 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 --- rumba/prototypes/ouroboros.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rumba/prototypes/ouroboros.py') 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") -- cgit v1.2.3