zephyr/samples/subsys
Jilay Pandya 7a9cda9199 samples: zbus: fix benchmark duration output
The benchmark duration is in nanoseconds, and it logs the duration to
the console in seconds. The conversion is wrong for scenarios where
the execution lasts less than 100 milliseconds. Fix that by adding
leading zeros while printing duration.

Signed-off-by: Jilay Pandya <jilay.pandya@zeiss.com>
2023-08-18 10:12:50 +02:00
..
canbus samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
console samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
debug arch/posix: make posix_fuzz_buf const 2023-07-18 19:19:53 +00:00
display samples: cfb: support MONO01 pixel format 2023-08-16 14:47:59 +02:00
edac boards: x86: Add intel_ prefix to Elkhart Lake boards 2023-08-15 11:24:35 +00:00
fs samples: subsys: fs: create common fs sample 2023-08-03 12:22:01 -04:00
input boards: add zephyr,code properties to the various gpio-keys nodes 2023-08-07 11:26:26 +02:00
ipc samples: enable build only test for nxp_adsp_imx8m 2023-08-11 12:01:58 +00:00
logging samples/doc: segger: rtt: enhanced tracing/logging 2023-08-06 07:44:06 -04:00
lorawan doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
mgmt mgmt: hawkbit: remove NET_SOCKETS_POSIX_NAMES dependency 2023-06-28 06:32:45 +00:00
modbus doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
nvs samples: subsys: nvs on nucleo_g474re requires 6kB for storage partition 2023-07-31 10:09:38 +02:00
pm samples: subsys: pm: latency: remove redundant PM_STATE_ACTIVE case 2023-07-28 09:09:01 +00:00
portability boards: x86: Add intel_ prefix to Elkhart Lake boards 2023-08-15 11:24:35 +00:00
rtio/sensor_batch_processing rtio: Use mpsc for submission and completion queue 2023-05-10 00:39:43 +09:00
sensing samples sensing simple: Fix main return 2023-08-09 16:09:47 +00:00
settings boards: xtensa: Add support for YD-ESP32 board 2023-08-15 11:15:39 +00:00
shell samples: subsys: shell: add timer support for shell 2023-08-16 10:20:31 +02:00
sip_svc samples/sip_svc: Switch main return type to int 2023-05-31 10:36:17 +02:00
task_wdt samples: task_wdt: add scenario without hw fallback 2023-08-01 09:51:16 +02:00
testsuite twister: pytest: Simplify interface to pytest-twister-harness 2023-06-20 14:46:55 -04:00
tracing sample: tracing: update README for USER 2023-08-17 15:13:17 +02:00
usb samples: hid-mouse: rework sample to use input subsys 2023-08-17 09:37:03 +01:00
usb_c doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
video doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
zbus samples: zbus: fix benchmark duration output 2023-08-18 10:12:50 +02:00
subsys.rst