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

Unified Diff: src/stats/wscript

Issue 245260043: DCF collectors
Patch Set: Created 8 years, 9 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
@@ -29,10 +29,14 @@
'model/uinteger-8-probe.cc',
'model/uinteger-16-probe.cc',
'model/uinteger-32-probe.cc',
- 'model/time-series-adaptor.cc',
'model/file-aggregator.cc',
'model/gnuplot-aggregator.cc',
- 'model/get-wildcard-matches.cc',
+ 'model/get-wildcard-matches.cc',
+ 'model/collector.cc',
+ 'model/event-driven-collector.cc',
+ 'model/scaling-collector.cc',
+ 'model/time-series-collector.cc',
+ 'model/time-averaging-collector.cc',
]
module_test = bld.create_ns3_module_test_library('stats')
@@ -40,6 +44,10 @@
'test/basic-data-calculators-test-suite.cc',
'test/average-test-suite.cc',
'test/double-probe-test-suite.cc',
+ 'test/event-driven-collector-test-suite.cc',
+ 'test/scaling-collector-test-suite.cc',
+ 'test/time-series-collector-test-suite.cc',
+ 'test/time-averaging-collector-test-suite.cc',
]
headers = bld(features='ns3header')
@@ -63,10 +71,14 @@
'model/uinteger-8-probe.h',
'model/uinteger-16-probe.h',
'model/uinteger-32-probe.h',
- 'model/time-series-adaptor.h',
'model/file-aggregator.h',
'model/gnuplot-aggregator.h',
'model/get-wildcard-matches.h',
+ 'model/collector.h',
+ 'model/event-driven-collector.h',
+ 'model/scaling-collector.h',
+ 'model/time-series-collector.h',
+ 'model/time-averaging-collector.h',
]
if bld.env['SQLITE_STATS']:

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