-
Notifications
You must be signed in to change notification settings - Fork 321
RoundTripCycleCount
Eddie Kohler edited this page Oct 18, 2017
·
1 revision
RoundTripCycleCount — Click element; measures round trip cycles on a push or pull path
RoundTripCycleCount()
Ports: 1 input, 1 output
Processing: agnostic
Drivers: linuxmodule
Measures the number of CPU cycles it takes for a push or pull to come back to the element. This is a good indication of how much CPU is spent on the Click path after or before this element.
- packets (read-only) — Returns the number of packets that have passed.
- cycles (read-only) — Returns the accumulated round-trip cycles for all passing packets.
-
reset_counts (write-only) —
Resets
packets
andcycles
counters to zero when written.
SetCycleCount, CycleCountAccum, SetPerfCount, PerfCountAccum
Generated by click-elem2man from ../../elements/linuxmodule/rtcycles.hh:5
on 2017/10/17.