We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedd901 commit ebe4341Copy full SHA for ebe4341
examples/utest/testcases/perf/README.md
@@ -0,0 +1,12 @@
1
+# testcases 说明
2
+
3
+## 一、测试用例说明
4
5
+| 文件 | 说明 |
6
+|--------|--------|
7
+| context_switch.c | 上下文切换测试代码 |
8
+| irq_latency.c | 中断延时测试代码 |
9
+| rt_perf_thread_event.c | 线程事件性能测试 |
10
+| rt_perf_thread_mbox.c | 线程邮箱性能测试 |
11
+| rt_perf_thread_mq.c | 线程消息队列性能测试 |
12
+| rt_perf_thread_sem.c | 线程信号量性能测试 |
0 commit comments