diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-13 16:04:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-13 16:04:20 +0000 |
commit | a200e0aaff1eb04789057603f528510c1da1c4d2 (patch) | |
tree | 56960e4e5b4ee7e38121ceb05394f4738db0efa8 /docs/src/jitter.dox | |
parent | af4eb6b7901f0871d46b4de27486f47266f24e99 (diff) | |
download | ChibiOS-a200e0aaff1eb04789057603f528510c1da1c4d2.tar.gz ChibiOS-a200e0aaff1eb04789057603f528510c1da1c4d2.tar.bz2 ChibiOS-a200e0aaff1eb04789057603f528510c1da1c4d2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@756 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/jitter.dox')
-rw-r--r-- | docs/src/jitter.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/jitter.dox b/docs/src/jitter.dox index d0215abb2..bff39bed6 100644 --- a/docs/src/jitter.dox +++ b/docs/src/jitter.dox @@ -55,6 +55,7 @@ int -> busy [label="Not Ready"];
busy -> busy [label="Still Busy\n(added latency)"];
busy -> served [label="Finally Ready"];
+ }
* @enddot
*
* In this scenario the jitter (busy state) is represented by the sum of:
@@ -85,6 +86,7 @@ busy -> busy [label="Higher priority Threads\n(added latency)"];
busy -> thread [label="Highest Priority"];
served -> thread [label="Highest Priority (minimum latency)"];
+ }
* @enddot
*
* In this scenario all the jitter sources previously discussed are also
|