Searched refs:num_packets (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h415 TestPacketSpeed (const uint32_t num_packets, uint32_t max_send, uint32_t max_recv, bool json, Stream &strm);
H A DGDBRemoteCommunicationClient.cpp3181 GDBRemoteCommunicationClient::TestPacketSpeed (const uint32_t num_packets, uint32_t max_send, uint32_t max_recv, bool json, Stream &strm)
3190 strm.Printf("{ \"packet_speeds\" : {\n \"num_packets\" : %u,\n \"results\" : [", num_packets);
3192 strm.Printf("Testing sending %u packets of various sizes:\n", num_packets);
3206 // Test how long it takes to send 'num_packets' packets
3208 for (i=0; i<num_packets; ++i)
3220 float packets_per_second = (((float)num_packets)/(float)total_time_nsec) * (float)TimeValue::NanoSecPerSec;
3222 float average_ms_per_packet = total_ms / num_packets;
H A DProcessGDBRemote.cpp4980 const uint32_t num_packets = (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue(); local
4985 process->GetGDBRemote().TestPacketSpeed (num_packets, max_send, max_recv, json, *output_stream_sp);
4988 process->GetGDBRemote().TestPacketSpeed (num_packets, max_send, max_recv, json, result.GetOutputStream());
/freebsd-11.0-release/sys/mips/rmi/dev/sec/
H A Drmilib.h582 unsigned int num_packets; member in struct:xlr_sec_io_s
H A Drmisec.c428 cmd->op.num_packets = 1;

Completed in 192 milliseconds