westcity-YOLO 949cd2c720 Add standardized utest documentation block hai 1 mes
..
Kconfig 7499790140 utest: core: move perf testcase from example to src hai 3 meses
README.md 7499790140 utest: core: move perf testcase from example to src hai 3 meses
SConscript 7499790140 utest: core: move perf testcase from example to src hai 3 meses
context_switch_tc.c 949cd2c720 Add standardized utest documentation block hai 1 semana
irq_latency_tc.c 949cd2c720 Add standardized utest documentation block hai 1 semana
perf_tc.c 949cd2c720 Add standardized utest documentation block hai 1 semana
perf_tc.h 7499790140 utest: core: move perf testcase from example to src hai 3 meses
thread_event_tc.c 949cd2c720 Add standardized utest documentation block hai 1 semana
thread_mbox_tc.c 949cd2c720 Add standardized utest documentation block hai 1 semana
thread_mq_tc.c 949cd2c720 Add standardized utest documentation block hai 1 semana
thread_sem_tc.c 949cd2c720 Add standardized utest documentation block hai 1 semana

README.md

testcases 说明

一、测试用例说明

文件 说明
context_switch.c 上下文切换测试代码
irq_latency.c 中断延时测试代码
rt_perf_thread_event.c 线程事件性能测试
rt_perf_thread_mbox.c 线程邮箱性能测试
rt_perf_thread_mq.c 线程消息队列性能测试
rt_perf_thread_sem.c 线程信号量性能测试