commit | b5e77d83026e84a3cd3aa916c7bb00f3f713101a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Apr 10 15:55:26 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Apr 10 15:55:26 2013 -0700 |
tree | 4db774ca427012868216c99b414ed239e1c623cd | |
parent | ad2c54a31f7b504a4823433995672e656891b2a7 [diff] [blame] |
examples+docs: Adding a new example to print out instantaneous PIT sizes periodically
diff --git a/examples/wscript b/examples/wscript index f2879db..c7868f5 100644 --- a/examples/wscript +++ b/examples/wscript
@@ -59,3 +59,6 @@ obj = bld.create_ns3_program('ndn-simple-with-pit-operation-stats', ['ndnSIM']) obj.source = 'ndn-simple-with-pit-operation-stats.cc' + + obj = bld.create_ns3_program('ndn-simple-with-pit-count-stats', ['ndnSIM']) + obj.source = 'ndn-simple-with-pit-count-stats.cc'