add TimeProbe class to data collection framework

This commit is contained in:
Tom Henderson
2014-10-15 07:06:11 -07:00
parent 5b64122a3e
commit 203c408a67
12 changed files with 498 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ def build(bld):
program = bld.create_ns3_program('double-probe-example', ['network', 'stats'])
program.source = 'double-probe-example.cc'
program = bld.create_ns3_program('time-probe-example', ['stats'])
program.source = 'time-probe-example.cc'
program = bld.create_ns3_program('gnuplot-aggregator-example', ['network', 'stats'])
program.source = 'gnuplot-aggregator-example.cc'