We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31d6ce commit e616a54Copy full SHA for e616a54
doc/reference/timing_functions/index.rst
@@ -1,7 +1,7 @@
1
.. _timing_functions:
2
3
-Timing Functions
4
-################
+Executing Time Functions
+########################
5
6
The timing functions can be used to obtain execution time of
7
a section of code to aid in analysis and optimization.
doc/zephyr.doxyfile.in
@@ -1992,6 +1992,7 @@ PREDEFINED = "CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT" \
1992
"CONFIG_THREAD_CUSTOM_DATA" \
1993
"CONFIG_THREAD_MONITOR" \
1994
"CONFIG_THREAD_STACK_INFO" \
1995
+ "CONFIG_TIMING_FUNCTIONS" \
1996
"CONFIG_UART_DRV_CMD" \
1997
"CONFIG_UART_INTERRUPT_DRIVEN" \
1998
"CONFIG_UART_ASYNC_API" \
0 commit comments