X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fprofiling.py;h=daac301fae3fee2cb55b79b44a6c423917385bb2;hb=2dc3217bc7b2c60c511cb621fd4a77ec50265a6e;hp=d7f96a473c8abcc119c370189d0bc0fb74a39d52;hpb=0500890c29c015a026e1bfd707633699a8344da1;p=osm%2Fvim-emu.git 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