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

/gem5/src/dev/net/
H A Detherdevice.cc131 txBandwidth
132 .name(name() + ".txBandwidth")
362 txBandwidth = txBytes * Stats::constant(8) / simSeconds;
364 totBandwidth = txBandwidth + rxBandwidth;
H A Detherdevice.hh83 Stats::Formula txBandwidth; member in class:EtherDevice
/gem5/util/stats/
H A Dstats.py333 output.stat = etherdev.txBandwidth / 1e9
335 output.stat = (etherdev.rxBandwidth + etherdev.txBandwidth) / 1e9

Completed in 7 milliseconds