Home
last modified time | relevance | path

Searched refs:txBytes (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp104 data->set_tx_bytes(it.txBytes + randNum * TX_BYTES_INDEX); in Report()
112 …systemInfo->set_tx_bytes(systemData.txBytes + (randNum * TX_BYTES_INDEX * systemData.details.size(… in Report()
122 data->set_tx_bytes(it.txBytes); in Report()
130 systemInfo->set_tx_bytes(systemData.txBytes); in Report()
243 uint64_t txBytes = value; in ReadTxRxBytes() local
244 cache.tx = txBytes; in ReadTxRxBytes()
245 cell.tx += txBytes; in ReadTxRxBytes()
314 uint64_t txBytes = value; in ReadSystemTxRxBytes() local
315 systemCache.txBytes = txBytes; in ReadSystemTxRxBytes()
316 systemData.txBytes += txBytes; in ReadSystemTxRxBytes()
[all …]
/developtools/profiler/device/plugins/network_plugin/include/
Dnetwork_plugin.h57 uint64_t txBytes; member
65 uint64_t txBytes; member