Next: Generator
Up: Practice in DEVS++
Previous: Practice in DEVS++
Contents
Index
Throughput and System Time in DEVS++
Throughput can be collected by counting flow entities coming out
of the system under study, while System Time can be collected by
tracing the arrival time and the departure time of each flow
entity. 5.1 To do this, we will use two
atomic models: Generator
and Transducer
, which are
key models in the experimental frame.
Counting flow entities coming from the system can be done by
Transducer
. For collecting system time, we will need the
cooperation of both Generator
and Transducer
.
Figure 4.6:
Generator and Transducer in
Ex_ClientServer
|
Subsections
MHHwang
2007-05-07