Task Processor Performance
inner class TaskProcessorPerformance(parent: ModelElement, processor: TaskProcessingSystem.TaskProcessorIfc, val allPerformance: Boolean = false, name: String? = null) : ModelElement(source)
Used to collect statistical performance for a processor based on accumulated state information from within replications. Performance is across replications.
Parameters
parent
the parent of the model element
processor
the processor being observed for performance
all Performance
if false, only busy state performance is collected. If true then all state performance is collected. The default is false.
name
the name of the model element
Constructors
Link copied to clipboard
constructor(parent: ModelElement, processor: TaskProcessingSystem.TaskProcessorIfc, allPerformance: Boolean = false, name: String? = null)