Searched refs:Network (Results 1 – 5 of 5) sorted by relevance
21 class Network : public SpProfiler {24 static Network &GetInstance() in GetInstance()26 static Network instance; in GetInstance()32 Network() {}; in Network() function33 Network(const Network &);34 Network &operator = (const Network &);
42 - 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 四个区域的…
33 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()
43 "Network.cpp",
153 profiler = &Network::GetInstance(); in GetCmdProfilerItem()