Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/include/
DNetwork.h21 class Network : public SpProfiler {
24 static Network &GetInstance() in GetInstance()
26 static Network instance; in GetInstance()
32 Network() {}; in Network() function
33 Network(const Network &);
34 Network &operator = (const Network &);
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_ability_monitor.md42 - Network Bytes In/Sec:每秒接收的网络数据字节数。
43 - Network Bytes Out/Sec: 每秒发送的网络数据字节数。
44 - Network Packets In/Sec:每秒接收的网络数据包数。
45 - Network Packets Out/Sec: 每秒发送的网络数据包数。
116 …框选 Network Bytes In/Sec,Network Bytes Out/Sec,Network Packets In/Sec,Network Packets Out/Sec 四个区域的…
/developtools/profiler/host/smartperf/client/client_command/
DNetwork.cpp33 std::map<std::string, std::string> Network::ItemData() in ItemData()
36 std::map<std::string, std::string> networkInfo = Network::GetNetworkInfo(); in ItemData()
41 std::map<std::string, std::string> Network::GetNetworkInfo() in GetNetworkInfo()
DBUILD.gn43 "Network.cpp",
Dsp_profiler_factory.cpp153 profiler = &Network::GetInstance(); in GetCmdProfilerItem()