Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/subsys/fs/fcb/
DKconfig24 favor of increased write throughput.
/Zephyr-latest/drivers/ethernet/
DKconfig.cyclonev19 improve throughput, but that requires more transient memory.
DKconfig.dwmac47 improve throughput, but that requires more transient memory.
DKconfig.stm32_hal96 Enable receive and transmit checksum offload to enhance throughput
/Zephyr-latest/soc/espressif/esp32/
DKconfig77 Larger number of buffers could increase throughput somehow.
85 Larger number of buffers could increase throughput somehow.
/Zephyr-latest/subsys/fs/
Dshell.c532 double throughput = size; in speed_output() local
536 throughput /= (time_per_loop / 1000.0); in speed_output()
539 while (throughput >= (double)speed_divisor && speed_index < ARRAY_SIZE(speed_types)) { in speed_output()
540 throughput /= (double)speed_divisor; in speed_output()
545 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()
/Zephyr-latest/drivers/flash/
Dflash_shell.c360 double throughput = size; in speed_output() local
364 throughput /= (time_per_loop / 1000.0); in speed_output()
367 while (throughput >= (double)speed_divisor && speed_index < ARRAY_SIZE(speed_types)) { in speed_output()
368 throughput /= (double)speed_divisor; in speed_output()
373 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()
/Zephyr-latest/samples/subsys/logging/ble_backend/
DREADME.rst16 to change this configuration to increase the logger throughput over BLE.
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp3279 …A higher number may allow higher throughput but increases memory use. If ESP32_WIFI_AMPDU_RX_ENABL…
81 achieve better throughput and compatibility with both stations and APs.
235 higher throughput but more memory. Most of time we should NOT change the
237 UDP TX throughput with iperf etc. For iperf test in shieldbox,
255 higher throughput and better compatibility but more memory. Most of time
257 e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in
260 should be 16 to achieve better throughput and compatibility with both
284 but Wi-Fi throughput will be reduced.
/Zephyr-latest/tests/bsim/bluetooth/ll/
Dcompile.sh42 app=tests/bsim/bluetooth/ll/throughput compile
/Zephyr-latest/drivers/wifi/nrf_wifi/
DCMakeLists.txt67 # throughput issues.
/Zephyr-latest/drivers/modem/
DKconfig112 Decreasing this value can help increase data throughput when high
115 high can reduce data throughput.
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/
DREADME.rst123 :ref:`zperf` / iPerf can be used to perform network throughput measurements.
/Zephyr-latest/drivers/sensor/maxim/max30101/
DKconfig19 To reduce the amount of data throughput, adjacent samples (in each
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst33 throughput.
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md45 DMA, can provide significantly higher throughput but are still inherently
/Zephyr-latest/boards/renesas/ek_ra6m4/doc/
Dindex.rst13 ensures high data throughput. The RA6M4 is suitable for IoT applications
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp125 this value can improve connection throughput, but requires more
/Zephyr-latest/modules/hostap/
DKconfig565 Select the network based on throughput.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst7 in a mesh network, with a purpose of enhancing the Bluetooth Mesh throughput. The segmentation and
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst207 this value can improve connection throughput, but requires more
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst182 removed from the binary. This mode uses more read-only memory and has lower throughput because
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1085 bool "Measure incoming Tx throughput"
1087 Measure incoming Tx throughput and log the results.
1110 data throughput.
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp382 get higher throughput. The relative priorities of different tasks
954 traffic throughput.
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst704 * Improved TCP stack throughput over loopback interface.
713 window availability. This allows to improve throughput greatly in low-buffer
1409 * :github:`45367` - net: tcp: Scheduling dependent throughput
1985 * :github:`19244` - BLE throughput of DFU by Mcumgr is too slow

12