mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 16:41:59 +00:00
The goal of this sample application is to measure the performance loss when a user thread has to go through a system call compared to a supervisor thread that calls the function directly. Signed-off-by: Nicolas Royer <nroyer@baylibre.com>
15 lines
311 B
YAML
15 lines
311 B
YAML
sample:
|
|
description: syscall performances sample
|
|
name: syscall performances
|
|
common:
|
|
tags: userspace
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "User thread"
|
|
tests:
|
|
sample.syscall_performances:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
platform_allow: riscv32
|