Commit 338d5a7f authored by Joanne Hugé's avatar Joanne Hugé

Add comment for the timestamp option

parent 7ab20c28
...@@ -4,16 +4,18 @@ ...@@ -4,16 +4,18 @@
* Bash options: * Bash options:
* *
* -a Run the real time thread on CPU1 * -a Run the real time thread on CPU1
* -e Set a txtime * -e Set a txtime (to be used in an ETF qdisc)
* -f Set the network interface to be used * -f Set the network interface to be used
* -i USEC Wake up the real time thread every USEC microseconds (Default: 10ms) * -i USEC Wake up the real time thread every USEC microseconds (Default: 10ms)
* -l N Wake up the real time thread N times (Default: 0) * -l N Wake up the real time thread N times (Default: 0)
* -p PRIO Run the real time thread at priority PRIO * -p PRIO Run the real time thread at priority PRIO
* -r USEC Refresh the non real time main thread every USEC microseconds (Default: 50ms) * -r USEC Refresh the non real time main thread every USEC microseconds (Default: 50ms)
* -t Enable timestamps
* *
* Large portions taken from cyclictest * Large portions taken from cyclictest
* *
*/ */
#define _GNU_SOURCE #define _GNU_SOURCE
#include <errno.h> #include <errno.h>
#include <error.h> #include <error.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment