summaryrefslogtreecommitdiffstats
path: root/c_user/cpu_usage_statistics.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-18 15:41:28 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit25d55d49c3f52a12a52def776104e0c9c721e680 (patch)
tree659abcd9eefe270c58fe9f7027fe192f08d95b20 /c_user/cpu_usage_statistics.rst
parentFix double quotes. (diff)
downloadrtems-docs-25d55d49c3f52a12a52def776104e0c9c721e680.tar.bz2
Change code to code-block.
Diffstat (limited to 'c_user/cpu_usage_statistics.rst')
-rw-r--r--c_user/cpu_usage_statistics.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c_user/cpu_usage_statistics.rst b/c_user/cpu_usage_statistics.rst
index 3cfb0f1..f6a02c6 100644
--- a/c_user/cpu_usage_statistics.rst
+++ b/c_user/cpu_usage_statistics.rst
@@ -57,7 +57,7 @@ a table with the following information per task:
The following is an example of the report generated:
-.. code:: c
+.. code-block:: c
+------------------------------------------------------------------------------+
|CPU USAGE BY THREAD |
@@ -109,7 +109,7 @@ cpu_usage_report - Report CPU Usage Statistics
**CALLING SEQUENCE:**
-.. code:: c
+.. code-block:: c
void rtems_cpu_usage_report( void );
@@ -133,7 +133,7 @@ cpu_usage_reset - Reset CPU Usage Statistics
**CALLING SEQUENCE:**
-.. code:: c
+.. code-block:: c
void rtems_cpu_usage_reset( void );