Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp79 NetworkCell dataCell = {0}; in Report() local
80 ReadTxRxBytes(pid, dataCell); in Report()
82 for (auto& it : dataCell.details) { in Report()
89 info->set_tx_bytes(dataCell.tx); in Report()
90 info->set_rx_bytes(dataCell.rx); in Report()
91 info->set_tv_sec(dataCell.ts.tv_sec); in Report()
92 info->set_tv_nsec(dataCell.ts.tv_nsec); in Report()