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 ebe4341 commit a2e682bCopy full SHA for a2e682b
examples/utest/testcases/perf/Kconfig
@@ -1,7 +1,7 @@
1
-menu "System Performance Testcase"
+menu "SyStem Performance Testcase"
2
3
config UTEST_SYS_PERF_TC
4
- bool "system performance test"
+ bool "SyStem Performance test"
5
default n
6
7
config UTEST_SYS_PERF_TC_COUNT
@@ -17,7 +17,7 @@ config UTEST_HWTIMER_DEV_NAME
17
Specify the hardware timer device name used for context switch testing (e.g., timer0).
18
19
config UTEST_SYS_IRQ_LATENCY
20
- bool "system IRQ LATENCY test"
+ bool "SyStem IRQ LATENCY test"
21
22
depends on RT_USING_HWTIMER && UTEST_SYS_PERF_TC
23
0 commit comments