From e83dcab8d3402c36509baea7b99920856f6caf58 Mon Sep 17 00:00:00 2001 From: edmaas Date: Sat, 4 Mar 2017 17:25:14 +0100 Subject: [PATCH] added some comments in profiling topology --- src/emuvim/examples/profiling.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/emuvim/examples/profiling.py b/src/emuvim/examples/profiling.py index d7f96a4..daac301 100644 --- a/src/emuvim/examples/profiling.py +++ b/src/emuvim/examples/profiling.py @@ -67,6 +67,9 @@ class Profiling: stop_now = False + """ + Set up a simple topology and start it + """ def __init__(self): GracefulKiller(self) # create topology @@ -94,6 +97,9 @@ class Profiling: self.net.stop() LOG.info("Stopped topology") + """ + Set stop value to stop the topology + """ def stop_it(self): self.stop_now = True -- 2.17.1