summaryrefslogtreecommitdiffstats
path: root/c-user/cpu_usage_statistics.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/cpu_usage_statistics.rst')
-rw-r--r--c-user/cpu_usage_statistics.rst56
1 files changed, 28 insertions, 28 deletions
diff --git a/c-user/cpu_usage_statistics.rst b/c-user/cpu_usage_statistics.rst
index 2fbe754..4705ca9 100644
--- a/c-user/cpu_usage_statistics.rst
+++ b/c-user/cpu_usage_statistics.rst
@@ -104,52 +104,52 @@ This section details the CPU usage statistics manager's directives. A
subsection is dedicated to each of this manager's directives and describes the
calling sequence, related constants, usage, and status codes.
+.. raw:: latex
+
+ \clearpage
+
.. _rtems_cpu_usage_report:
cpu_usage_report - Report CPU Usage Statistics
----------------------------------------------
-**CALLING SEQUENCE:**
-
-.. code-block:: c
-
- void rtems_cpu_usage_report( void );
+CALLING SEQUENCE:
+ .. code-block:: c
-**STATUS CODES:**
+ void rtems_cpu_usage_report( void );
-NONE
+STATUS CODES:
+ NONE
-**DESCRIPTION:**
+DESCRIPTION:
+ This routine prints out a table detailing the CPU usage statistics for all
+ tasks in the system.
-This routine prints out a table detailing the CPU usage statistics for all
-tasks in the system.
+NOTES:
+ The table is printed using the ``printk`` routine.
-**NOTES:**
+.. raw:: latex
-The table is printed using the ``printk`` routine.
+ \clearpage
.. _rtems_cpu_usage_reset:
cpu_usage_reset - Reset CPU Usage Statistics
--------------------------------------------
-**CALLING SEQUENCE:**
-
-.. code-block:: c
-
- void rtems_cpu_usage_reset( void );
-
-**STATUS CODES:**
-
-NONE
+CALLING SEQUENCE:
+ .. code-block:: c
-**DESCRIPTION:**
+ void rtems_cpu_usage_reset( void );
-This routine re-initializes the CPU usage statistics for all tasks in the
-system to their initial state. The initial state is that a task has not
-executed and thus has consumed no CPU time. default state which is when zero
-period executions have occurred.
+STATUS CODES:
+ NONE
-**NOTES:**
+DESCRIPTION:
+ This routine re-initializes the CPU usage statistics for all tasks in the
+ system to their initial state. The initial state is that a task has not
+ executed and thus has consumed no CPU time. default state which is when
+ zero period executions have occurred.
-NONE
+NOTES:
+ NONE