Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(606)

Unified Diff: src/stats/wscript

Issue 318800043: Stats module enhancements
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/stats/wscript
===================================================================
--- a/src/stats/wscript
+++ b/src/stats/wscript
@@ -15,6 +15,10 @@
obj.source = [
'helper/file-helper.cc',
'helper/gnuplot-helper.cc',
+ 'helper/stats-helper.cc',
+ 'helper/stats-delay-helper.cc',
+ 'helper/stats-throughput-helper.cc',
+ 'model/application-packet-probe.cc',
'model/data-calculator.cc',
'model/time-data-calculators.cc',
'model/data-output-interface.cc',
@@ -33,6 +37,15 @@
'model/file-aggregator.cc',
'model/gnuplot-aggregator.cc',
'model/get-wildcard-matches.cc',
+ 'model/application-delay-probe.cc',
+ 'model/bytes-probe.cc',
+ 'model/collector-map.cc',
+ 'model/distribution-collector.cc',
+ 'model/interval-rate-collector.cc',
+ 'model/multi-file-aggregator.cc',
+ 'model/scalar-collector.cc',
+ 'model/traffic-time-tag.cc',
+ 'model/unit-conversion-collector.cc'
]
module_test = bld.create_ns3_module_test_library('stats')
@@ -40,6 +53,7 @@
'test/basic-data-calculators-test-suite.cc',
'test/average-test-suite.cc',
'test/double-probe-test-suite.cc',
+ 'test/distribution-collector-test-suite.cc'
]
headers = bld(features='ns3header')
@@ -47,6 +61,10 @@
headers.source = [
'helper/file-helper.h',
'helper/gnuplot-helper.h',
+ 'helper/stats-helper.h',
+ 'helper/stats-delay-helper.h',
+ 'helper/stats-throughput-helper.h',
+ 'model/application-packet-probe.h',
'model/data-calculator.h',
'model/time-data-calculators.h',
'model/basic-data-calculators.h',
@@ -67,6 +85,16 @@
'model/file-aggregator.h',
'model/gnuplot-aggregator.h',
'model/get-wildcard-matches.h',
+ 'model/application-delay-probe.h',
+ 'model/bytes-probe.h',
+ 'model/collector-map.h',
+ 'model/distribution-collector.h',
+ 'model/interval-rate-collector.h',
+ 'model/stats-callback-definitions.h',
+ 'model/multi-file-aggregator.h',
+ 'model/scalar-collector.h',
+ 'model/traffic-time-tag.h',
+ 'model/unit-conversion-collector.h'
]
if bld.env['SQLITE_STATS']:
« src/stats/model/bytes-probe.h ('K') | « src/stats/test/distribution-collector-test-suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b