Searched refs:num_packets (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClientTest.cpp | 301 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 D | GDBRemoteCommunicationClient.cpp | 2441 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 D | GDBRemoteCommunicationClient.h | 298 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
|
| H A D | ProcessGDBRemote.cpp | 4952 const uint32_t num_packets = in DoExecute() local 4960 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()
|