Namespace inet
ProcessingTimeTag
classThis tag specifies the processing time. It can be attached to a specific region of a packet in order to sum up the processing time spent in each packet processor module.
Extends
Name | Type | Description |
---|---|---|
TimeTagBase | (unknown -- not in documented files) |
Region Tagging operations (observed)
tagAction | module |
---|---|
mapAllTagsForUpdate | PacketServer |
Source code
// // This tag specifies the processing time. It can be attached to a specific // region of a packet in order to sum up the processing time spent in each // packet processor module. // class ProcessingTimeTag extends TimeTagBase { }File: src/inet/common/TimeTag.msg