core: periodically show progress by elapsed simulation time, executed event count

This commit is contained in:
Peter D. Barnes, Jr.
2018-10-19 01:09:56 -04:00
parent 05cb0757bc
commit 1edcd5ecd4
5 changed files with 541 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ def build(bld):
'model/des-metrics.cc',
'model/node-printer.cc',
'model/time-printer.cc',
'model/show-progress.cc',
]
core_test = bld.create_ns3_module_test_library('core')
@@ -329,6 +330,7 @@ def build(bld):
'model/des-metrics.h',
'model/node-printer.h',
'model/time-printer.h',
'model/show-progress.h',
]
if sys.platform == 'win32':