Lines Matching +full:long +full:- +full:sample
1 .. zephyr:code-sample:: zbus-benchmark
3 :relevant-api: zbus_apis
7 This sample implements an application to measure the time for sending 256KB from the producer to the
13 .. zephyr-app-commands::
14 :zephyr-app: samples/subsys/zbus/dyn_channel
15 :host-os: unix
17 :gen-args: -DCONFIG_BM_MESSAGE_SIZE=512 -DCONFIG_BM_ONE_TO=1 -DCONFIG_BM_LISTENERS=y
28 Sample Output
32 .. code-block:: console
34 *** Booting Zephyr OS build zephyr-vX.Y.Z ***
47 …benchmark_256KB.csv`` is generated in the project root folder. It takes a long time to execute. In…
49 +-----------------+---------------------+--------------------------+---------------+-------------+-…
53 +-----------------+---------------------+--------------------------+---------------+-------------+-…
57 .. code-block:: console
59 …robot --variable serial_port:/dev/ttyACM0 --variable board:nrf52dk/nrf52832 -d /tmp/benchmark_out …
63 .. code-block::