Searched refs:NetSample (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | samples.py | 41 class NetSample: class
|
| H A D | parsing.py | 570 …net_stats[iface] = [NetSample(time, iface, int(parts[1]), int(parts[2]), int(parts[3]), int(parts[… 572 …net_stats[iface].append(NetSample(time, iface, int(parts[1]), int(parts[2]), int(parts[3]), int(pa…
|