Searched refs:benchmark (Results 1 – 25 of 42) sorted by relevance
12
/Zephyr-latest/scripts/footprint/ |
D | plan.txt | 1 footprints,default,frdm_k64f,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 2 footprints,userspace,frdm_k64f,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,benchmark… 3 footprints,default,disco_l475_iot1,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 4 …co_l475_iot1,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,benchmark.kernel.footprint… 5 footprints,default,nrf5340dk/nrf5340/cpuapp,tests/benchmarks/footprints,,benchmark.kernel.footprint… 6 footprints,default,nrf51dk/nrf51822,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 7 footprints,default,altera_max10,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 8 footprints,default,hifive1_revb,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 9 footprints,default,intel_ehl_crb,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 10 …ntel_ehl_crb,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,benchmark.kernel.footprint… [all …]
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | Kconfig | 12 The Thread-Metric benchmark suite consists of eight RTOS tests. 17 bool "Baseline basic benchmark" 19 The baseline basic benchmark consists of a single thread that counts 26 The cooperative context switching benchmark spawns five (5) threads 37 The interrupt processing benchmark has a single thread that causes 49 The interrupt preemption benchmark counts the number of times that 57 The memory allocation benchmark counts the number of times a thread 64 The message processing benchmark counts the number of times that a 71 The preemptive context switching benchmark creates five (5) threads 79 The synchronization benchmark counts the number of times that a
|
D | thread_metric_readme.txt | 86 Zephyr's version of this benchmark has modified the original tm_main() 105 original version of this benchmark.
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | README.rst | 1 .. zephyr:code-sample:: zbus-benchmark 24 * **CONFIG_BM_LISTENERS** Use y to perform the benchmark listeners; 25 * **CONFIG_BM_SUBSCRIBERS** Use y to perform the benchmark subscribers; 26 * **CONFIG_BM_MSG_SUBSCRIBERS** Use y to perform the benchmark message subscribers. 43 Running the benchmark automatically 46 …t called ``benchmark_256KB.robot`` which runs all the input combinations as the complete benchmark. 55 The complete benchmark command using Robot framework is:
|
D | CMakeLists.txt | 5 project(benchmark) project 7 set(app_sources src/benchmark.c)
|
D | Kconfig | 13 bool "Observer type to be used in the benchmark"
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | README.rst | 7 This benchmark creates and joins as many threads as possible within a configurable time window. 12 Sample output of the benchmark:: 39 configuration files that are available to be used with this benchmark.
|
D | Kconfig | 46 Print statistics periodically throughout the benchmark.
|
/Zephyr-latest/samples/modules/lvgl/demos/ |
D | CMakeLists.txt | 69 ${LVGL_DIR}/demos/benchmark/assets/img_benchmark_avatar.c 70 ${LVGL_DIR}/demos/benchmark/assets/img_benchmark_lvgl_logo_argb.c 71 ${LVGL_DIR}/demos/benchmark/assets/img_benchmark_lvgl_logo_rgb.c 72 ${LVGL_DIR}/demos/benchmark/assets/lv_font_benchmark_montserrat_12_compr_az.c.c 73 ${LVGL_DIR}/demos/benchmark/assets/lv_font_benchmark_montserrat_16_compr_az.c.c 74 ${LVGL_DIR}/demos/benchmark/assets/lv_font_benchmark_montserrat_28_compr_az.c.c 75 ${LVGL_DIR}/demos/benchmark/lv_demo_benchmark.c
|
D | Kconfig | 17 bool "LVGL benchmark demo"
|
D | README.rst | 15 …The benchmark demo tests the performance in various cases. For example rectangle, border, shadow, …
|
/Zephyr-latest/tests/posix/eventfd/ |
D | Kconfig | 31 In order to get a true benchmark, there should be as few branches 38 In order to get a true benchmark, there should be as few branches
|
/Zephyr-latest/tests/lib/cbprintf_fp/ |
D | README.txt | 9 for f in sanity-out/*/tests/lib/cbprintf_fp/benchmark.cbprintf_fp.*/build.log ; do
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | README.rst | 7 number of ready threads increases. This benchmark can be used to help 10 This benchmark measures:
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 6 differently under different loads. This benchmark can be used to showcase how
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | README.rst | 2 :name: Coresight STM benchmark
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 4 This benchmark measures the average latency of selected kernel capabilities, 29 When userspace is enabled, this benchmark will where possible, also test the 45 configuration files that are available to be used with this benchmark. 59 Sample output of the benchmark using the defaults:: 112 Sample output of the benchmark with stack canaries enabled:: 169 Sample output of the benchmark with object core enabled:: 228 Sample output of the benchmark with userspace enabled::
|
/Zephyr-latest/boards/st/nucleo_l412rb_p/doc/ |
D | index.rst | 62 - Performance benchmark 67 - Energy benchmark
|
/Zephyr-latest/tests/benchmarks/app_kernel/ |
D | README.txt | 9 benchmark will execute with four configurations (kernel/kernel, kernel/user,
|
/Zephyr-latest/boards/st/stm32h7s78_dk/doc/ |
D | index.rst | 51 - Performance benchmark:
|
/Zephyr-latest/boards/st/nucleo_u575zi_q/doc/ |
D | index.rst | 39 - Performance benchmark:
|
/Zephyr-latest/boards/st/nucleo_l552ze_q/doc/ |
D | nucleol552ze_q.rst | 41 - Performance benchmark:
|
/Zephyr-latest/boards/st/nucleo_h563zi/doc/ |
D | index.rst | 49 - Performance benchmark:
|
/Zephyr-latest/boards/st/stm32h573i_dk/doc/ |
D | index.rst | 53 - Performance benchmark:
|
/Zephyr-latest/boards/st/stm32l562e_dk/doc/ |
D | index.rst | 54 - Performance benchmark:
|
12