Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp301 int num_packets; in TEST_F() local
302 ASSERT_TRUE(dict_sp->GetValueForKeyAsInteger("num_packets", num_packets)) in TEST_F()
304 ASSERT_EQ(10, num_packets); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2441 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed() argument
2452 num_packets); in TestPacketSpeed()
2455 num_packets); in TestPacketSpeed()
2471 for (i = 0; i < num_packets; ++i) { in TestPacketSpeed()
2482 ((float)num_packets) / duration<float>(total_time).count(); in TestPacketSpeed()
2483 auto average_per_packet = total_time / num_packets; in TestPacketSpeed()
H A DGDBRemoteCommunicationClient.h298 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DProcessGDBRemote.cpp4952 const uint32_t num_packets = in DoExecute() local
4960 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()