Home
last modified time | relevance | path

Searched refs:total_time_ms (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/components/lwip/test/
Dtest_lwip_apps.c44 uint32_t total_time_ms; in test_on_ping_end() local
48 esp_ping_get_profile(hdl, ESP_PING_PROF_DURATION, &total_time_ms, sizeof(total_time_ms)); in test_on_ping_end()
49 … printf("%d packets transmitted, %d received, time %dms\n", transmitted, received, total_time_ms); in test_on_ping_end()
/hal_espressif-3.4.0/examples/protocols/icmp_echo/main/
Decho_example_main.c52 uint32_t total_time_ms; in cmd_ping_on_ping_end() local
56 esp_ping_get_profile(hdl, ESP_PING_PROF_DURATION, &total_time_ms, sizeof(total_time_ms)); in cmd_ping_on_ping_end()
64 transmitted, received, loss, total_time_ms); in cmd_ping_on_ping_end()
/hal_espressif-3.4.0/components/lwip/apps/ping/
Dping_sock.c68 uint32_t total_time_ms; member
170 ep->total_time_ms = 0; in esp_ping_thread()
179 ep->total_time_ms += ep->elapsed_time_ms; in esp_ping_thread()
399 from = &ep->total_time_ms; in esp_ping_get_profile()
400 copy_size = sizeof(ep->total_time_ms); in esp_ping_get_profile()
/hal_espressif-3.4.0/docs/en/api-reference/protocols/
Dicmp_echo.rst57 uint32_t total_time_ms;
61 esp_ping_get_profile(hdl, ESP_PING_PROF_DURATION, &total_time_ms, sizeof(total_time_ms));
62 … printf("%d packets transmitted, %d received, time %dms\n", transmitted, received, total_time_ms);
/hal_espressif-3.4.0/components/driver/test/
Dtest_sdio.c420 uint32_t total_time_ms = (end_us - pre_us)/1000; in test_tp_tohost_master() local
421 … done, total time: %d ms (%d ms compensated), bytes transferred: %d", total_time_ms, (int)c_time_m… in test_tp_tohost_master()
425 throughput_byte_per_ms/1000., expected_length/(total_time_ms*1000.)); in test_tp_tohost_master()
480 uint32_t total_time_ms = (end_us - pre_us)/1000; in test_tp_frhost_master() local
481 … done, total time: %d ms (%d ms compensated), bytes transferred: %d", total_time_ms, (int)c_time_m… in test_tp_frhost_master()
485 throughput_byte_per_ms/1000., expected_length/(total_time_ms*1000.)); in test_tp_frhost_master()
/hal_espressif-3.4.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/
Dmain.c190 uint32_t total_time_ms; in cmd_ping_on_ping_end() local
194 esp_ping_get_profile(hdl, ESP_PING_PROF_DURATION, &total_time_ms, sizeof(total_time_ms)); in cmd_ping_on_ping_end()
202 transmitted, received, loss, total_time_ms); in cmd_ping_on_ping_end()