From: edmaas Date: Sat, 4 Mar 2017 16:25:14 +0000 (+0100) Subject: added some comments in profiling topology X-Git-Tag: v3.1~42^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e83dcab8d3402c36509baea7b99920856f6caf58;p=osm%2Fvim-emu.git added some comments in profiling topology --- 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