zephyr/samples/subsys
Krzysztof Chruscinski a7725aef0e samples: subsys: logging: logger: Fix performance showcase
Sample tries to estimate maximum number of messages that can be
logged. It was using two system cycles and counting number of
messages logged in that window. It did not take into account the
fact that clock frequency may vary and logging speed also varies
(especially if LOG_IMMEDIATE is enabled). Presented results may
be faulty and misleading.

Fix is attempting to adjust window size to increase precision of
the measurement.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2020-07-09 11:27:22 +02:00
..
canbus samples: canbus: canopen: add test case with program download support 2020-07-08 23:24:17 -04:00
console zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fs file system: storage: Update the indentation 2020-07-02 08:25:33 -04:00
ipc cmake, samples, tests: Use semi-accurate project names 2020-06-09 08:18:29 -04:00
logging samples: subsys: logging: logger: Fix performance showcase 2020-07-09 11:27:22 +02:00
mgmt samples: subsys: mgmt: smp_svr: increase fs support stack size 2020-06-09 14:57:28 +02:00
nvs zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
power/device_pm zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
settings samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
shell zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
usb usb: Correct logging level in Audio class. 2020-07-07 19:28:14 -04:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00