Lines Matching defs:cout
296 std::cout << "Main benchmark duration is over for thread #" << worker->id
299 std::cout << "Stopped all clients for thread #" << worker->id << std::endl;
308 std::cout << "Warm-up phase is over for thread #" << worker->id << "."
310 std::cout << "Main benchmark duration is started for thread #" << worker->id
617 std::cout << "Warm-up started for thread #" << worker->id << "."
831 std::cout << "Process Request Failure:" << worker->stats.req_failed
847 std::cout << "Server Temp Key: ";
852 std::cout << "RSA " << EVP_PKEY_bits(key) << " bits" << std::endl;
855 std::cout << "DH " << EVP_PKEY_bits(key) << " bits" << std::endl;
877 std::cout << "ECDH " << cname << " " << EVP_PKEY_bits(key) << " bits"
882 std::cout << OBJ_nid2sn(pkey_id) << " " << EVP_PKEY_bits(key) << " bits"
894 std::cout << "TLS Protocol: " << tls::get_tls_protocol(ssl) << "\n"
903 std::cout << "Application protocol: " << selected_proto << std::endl;
1134 std::cout << "No protocol negotiated. Fallback behaviour may be activated"
1139 std::cout
1154 std::cout
1158 std::cout << proto.substr(1) << std::endl;
1690 std::cout << "progress: " << stats.req_done * 100 / stats.req_todo << "% done"
1699 std::cout << "progress: " << nconns_made * 100 / nclients
2039 std::cout << "spawning thread #" << id << ": " << nclients
2045 std::cout << "spawning thread #" << id << ": " << nclients
2584 print_help(std::cout);
2593 print_version(std::cout);
3109 std::cout << "starting benchmark..." << std::endl;
3266 std::cout << std::fixed << std::setprecision(2) << R"(
3286 std::cout << "UDP datagram: " << stats.udp_dgram_sent << " sent, "
3290 std::cout