From cb7d86f23b87e66eef2b3d2723740c5b6871e478 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 31 Dec 2015 10:03:35 -0600 Subject: [PATCH] Fix errors in documentation of NSH time commands --- Documentation/NuttShell.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 0a08b0001b2..83d21d0f89d 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -2648,12 +2648,12 @@ time "<command>"

- The addition 100 microseconds in this example is the additional overhead of the time command execution itself which is included in the total. - Timing quantization errors could also result in small errors in the measurement. + 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.

Notice that: @@ -2673,7 +2673,7 @@ nsh> nsh> time "sleep 2" & time [3:100] nsh> -2.0001 sec +2.0100 sec