rcitach 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
..
Kconfig 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
README.md 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
SConscript 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
context_switch_tc.c 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
irq_latency_tc.c 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
perf_tc.c 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
perf_tc.h 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
thread_event_tc.c 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
thread_mbox_tc.c 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
thread_mq_tc.c 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago
thread_sem_tc.c 2cb69c8e08 testcase: add system performance testcase (#10452) 1 week ago

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 线程信号量性能测试