Searched refs:rxBandwidth (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/net/
H A Detherdevice.cc138 rxBandwidth
139 .name(name() + ".rxBandwidth")
363 rxBandwidth = rxBytes * Stats::constant(8) / simSeconds;
364 totBandwidth = txBandwidth + rxBandwidth;
H A Detherdevice.hh84 Stats::Formula rxBandwidth; member in class:EtherDevice
/gem5/util/stats/
H A Dstats.py331 output.stat = etherdev.rxBandwidth / 1e9
335 output.stat = (etherdev.rxBandwidth + etherdev.txBandwidth) / 1e9

Completed in 7 milliseconds