-
Notifications
You must be signed in to change notification settings - Fork 321
TimestampAccum
Eddie Kohler edited this page Oct 17, 2017
·
4 revisions
TimestampAccum — Click element; collects differences in timestamps
TimestampAccum()
Ports: 1 input, 1 output
Processing: agnostic
Drivers: userlevel
For each passing packet, measures the elapsed time since the packet's timestamp. Keeps track of the total elapsed time accumulated over all packets.
- count (read-only) — Returns the number of packets that have passed.
- time (read-only) — Returns the accumulated timestamp difference for all passing packets.
- average_time (read-only) — Returns the average timestamp difference over all passing packets.
-
reset_counts (write-only) —
Resets
count
andtime
counters to zero when written.
SetCycleCount, RoundTripCycleCount, SetPerfCount, PerfCountAccum
Generated by click-elem2man from ../elements/analysis/timestampaccum.hh:7
on 2017/10/17.