reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2345       strm.Printf("{ \"packet_speeds\" : {\n    \"num_packets\" : %u,\n    "
 2349       strm.Printf("Testing sending %u packets of various sizes:\n",
 2351     strm.Flush();
 2382           strm.Format("{0}\n     {{\"send_size\" : {1,6}, \"recv_size\" : "
 2389           strm.Format("qSpeedTest(send={0,7}, recv={1,7}) in {2:s+f9} for "
 2396         strm.Flush();
 2402       strm.Printf("\n    ]\n  },\n  \"download_speed\" : {\n    \"byte_size\" "
 2406       strm.Printf("Testing receiving %2.1fMB of data using varying receive "
 2409     strm.Flush();
 2437           strm.Format("{0}\n     {{\"send_size\" : {1,6}, \"recv_size\" : "
 2443           strm.Format("qSpeedTest(send={0,7}, recv={1,7}) {2,6} packets needed "
 2450         strm.Flush();
 2454       strm.Printf("\n    ]\n  }\n}\n");
 2456       strm.EOL();