LOGF 86 test/benchmark-getaddrinfo.c LOGF("getaddrinfo: %.0f req/s\n", LOGF 65 test/benchmark-loop-count.c LOGF("loop_count: %d ticks in %.2fs (%.0f/s)\n", LOGF 86 test/benchmark-loop-count.c LOGF("loop_count: %lu ticks (%.0f ticks/s)\n", ticks, ticks / 5.0); LOGF 73 test/benchmark-million-timers.c LOGF("%.2f seconds\n", (after - before) / 1e9); LOGF 86 test/benchmark-ping-pongs.c LOGF("ping_pongs: %d roundtrips/s\n", (1000 * pinger->pongs) / TIME); LOGF 293 test/benchmark-pound.c LOGF("%s-conn-pound-%d: %.0f accepts/s (%d failed)\n", LOGF 93 test/benchmark-pump.c LOGF("connections: %d, write: %.1f gbit/s\n", LOGF 104 test/benchmark-pump.c LOGF("%s_pump%d_client: %.1f gbit/s\n", type == TCP ? "tcp" : "pipe", write_sockets, LOGF 126 test/benchmark-pump.c LOGF("%s_pump%d_server: %.1f gbit/s\n", type == TCP ? "tcp" : "pipe", max_read_sockets, LOGF 27 test/benchmark-sizes.c LOGF("uv_shutdown_t: %u bytes\n", (unsigned int) sizeof(uv_shutdown_t)); LOGF 28 test/benchmark-sizes.c LOGF("uv_write_t: %u bytes\n", (unsigned int) sizeof(uv_write_t)); LOGF 29 test/benchmark-sizes.c LOGF("uv_connect_t: %u bytes\n", (unsigned int) sizeof(uv_connect_t)); LOGF 30 test/benchmark-sizes.c LOGF("uv_udp_send_t: %u bytes\n", (unsigned int) sizeof(uv_udp_send_t)); LOGF 31 test/benchmark-sizes.c LOGF("uv_tcp_t: %u bytes\n", (unsigned int) sizeof(uv_tcp_t)); LOGF 32 test/benchmark-sizes.c LOGF("uv_pipe_t: %u bytes\n", (unsigned int) sizeof(uv_pipe_t)); LOGF 33 test/benchmark-sizes.c LOGF("uv_tty_t: %u bytes\n", (unsigned int) sizeof(uv_tty_t)); LOGF 34 test/benchmark-sizes.c LOGF("uv_prepare_t: %u bytes\n", (unsigned int) sizeof(uv_prepare_t)); LOGF 35 test/benchmark-sizes.c LOGF("uv_check_t: %u bytes\n", (unsigned int) sizeof(uv_check_t)); LOGF 36 test/benchmark-sizes.c LOGF("uv_idle_t: %u bytes\n", (unsigned int) sizeof(uv_idle_t)); LOGF 37 test/benchmark-sizes.c LOGF("uv_async_t: %u bytes\n", (unsigned int) sizeof(uv_async_t)); LOGF 38 test/benchmark-sizes.c LOGF("uv_timer_t: %u bytes\n", (unsigned int) sizeof(uv_timer_t)); LOGF 39 test/benchmark-sizes.c LOGF("uv_fs_poll_t: %u bytes\n", (unsigned int) sizeof(uv_fs_poll_t)); LOGF 40 test/benchmark-sizes.c LOGF("uv_fs_event_t: %u bytes\n", (unsigned int) sizeof(uv_fs_event_t)); LOGF 41 test/benchmark-sizes.c LOGF("uv_process_t: %u bytes\n", (unsigned int) sizeof(uv_process_t)); LOGF 42 test/benchmark-sizes.c LOGF("uv_poll_t: %u bytes\n", (unsigned int) sizeof(uv_poll_t)); LOGF 43 test/benchmark-sizes.c LOGF("uv_loop_t: %u bytes\n", (unsigned int) sizeof(uv_loop_t)); LOGF 158 test/benchmark-spawn.c LOGF("spawn: %.0f spawns/s\n", LOGF 46 test/run-benchmarks.c LOGF("Too many arguments.\n"); LOGF 60 test/run-tests.c LOGF("Too many arguments.\n"); LOGF 46 test/runner.c LOGF("[%% %3d|+ %3d|- %3d|T %3d|S %3d]: %s", LOGF 112 test/runner.c LOGF("1..%d\n", total); LOGF 187 test/runner.c LOGF("%s %d - %s%s%s\n", result, test_count, test, directive, reason); LOGF 324 test/runner.c LOGF("#"); LOGF 326 test/runner.c LOGF("\n`%s` todo\n", test); LOGF 328 test/runner.c LOGF("\n`%s` skipped\n", test); LOGF 330 test/runner.c LOGF("\n`%s` failed: %s\n", test, errmsg); LOGF 332 test/runner.c LOGF("\n"); LOGF 338 test/runner.c LOGF("Output from process `%s`: (unavailable)\n", LOGF 343 test/runner.c LOGF("Output from process `%s`: (no output)\n", LOGF 348 test/runner.c LOGF("Output from process `%s`:\n", process_get_name(&processes[i])); LOGF 362 test/runner.c LOGF("%s: (unavailable)\n", test); LOGF 366 test/runner.c LOGF("%s: (no output)\n", test); LOGF 401 test/runner.c LOGF("No test part with that name: %s:%s\n", test, part); LOGF 146 test/task.h LOGF("%s\n", explanation); \ LOGF 152 test/task.h LOGF("%s\n", explanation); \ LOGF 50 test/test-idle.c LOGF("timer_cb %d\n", timer_cb_called); LOGF 59 test/test-idle.c LOGF("idle_cb %d\n", idle_cb_called); LOGF 68 test/test-idle.c LOGF("check_cb %d\n", check_cb_called); LOGF 81 test/test-ip6-addr.c LOGF("Testing link-local address %s " LOGF 88 test/test-ip6-addr.c LOGF("Got scope_id 0x%02x\n", addr.sin6_scope_id); LOGF 52 test/test-timer-again.c LOGF("repeat_1_cb called after %ld ms\n", LOGF 75 test/test-timer-again.c LOGF("repeat_2_cb called after %ld ms\n", LOGF 86 test/test-timer-again.c LOGF("uv_timer_get_repeat %ld ms\n", LOGF 135 test/test-timer-again.c LOGF("Test took %ld ms (expected ~700 ms)\n", LOGF 69 test/test-tty.c LOGF("Cannot open /dev/tty as read-only: %s\n", strerror(errno)); LOGF 73 test/test-tty.c LOGF("Cannot open /dev/tty as write-only: %s\n", strerror(errno));