projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0500890
)
added some comments in profiling topology
author
edmaas
<eduard.maas@uni-paderborn.de>
Sat, 4 Mar 2017 16:25:14 +0000
(17:25 +0100)
committer
edmaas
<eduard.maas@uni-paderborn.de>
Sat, 4 Mar 2017 16:25:14 +0000
(17:25 +0100)
src/emuvim/examples/profiling.py
patch
|
blob
|
history
diff --git
a/src/emuvim/examples/profiling.py
b/src/emuvim/examples/profiling.py
index
d7f96a4
..
daac301
100644
(file)
--- 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