Task Processor Performance
Used to collect statistical performance for a processor based on accumulated state information from within replications. Performance is across replications.
Parameters
the parent of the model element
the processor being observed for performance
if false, only busy state performance is collected. If true then all state performance is collected. The default is false.
the name of the model element
Constructors
Properties
Functions
This method should be overridden by subclasses that need actions performed to initialize prior to a replication. It is called once before each replication occurs if the model element wants initialization. It is called after beforeReplication() is called
This method should be overridden by subclasses that need actions performed when the replication ends and prior to the calling of afterReplication(). It is called when each replication ends and can be used to collect data from the model element, etc.