Correct a statement in the description of the time command
This commit is contained in:
parent
6c89c01cf5
commit
949b4bd520
@ -1015,11 +1015,12 @@ o time "<command>"
|
||||
2.0100 sec
|
||||
nsh>
|
||||
|
||||
The additional 10 millseconds in this example is due primarily to the
|
||||
quantization error in the timing (this setup used a 10 millisecond
|
||||
periodic system timer). Other sources of error could include the
|
||||
additional overhead of the time command execution itself which is
|
||||
included in the total.
|
||||
The additional 10 millseconds in this example is due to the way that the
|
||||
sleep command works: It always waits one system clock tick longer than
|
||||
requested and this test setup used a 10 millisecond periodic system
|
||||
timer). Sources of error could include the additional overhead of the
|
||||
time command execution itself which is included in the total and various
|
||||
quantization errors.
|
||||
|
||||
Notice that:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user