ProcessingTimeTag

Namespace inet

ProcessingTimeTag

class

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.

Extends

Name Type Description
TimeTagBase (unknown -- not in documented files)

Region Tagging operations (observed)

tagActionmodule
mapAllTagsForUpdatePacketServer

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