also:
parse_time(): consider inputs as lower case
to support uS,mS, etc.
also: allows testing single thread using either "-" or 0 for other period
as mentioned in commit 5829d4cb
Signed-off-by: Dewey Garrett <dgarrett@panix.com>
this includes the main script, some of the GUIs, the Python module,
the Tcl package, some image fies.
On a sim system, axis, tkemc, xemc all start. runtests pass.
a system with realtime wasn't yet tested.
packaging probably requires additional changes and was not yet tested.
There are various uses for "reset statistics". For example, after a user
determines that a specific action causes bad latency, he can hit "reset
statistics" and then go on testing the next suspected latency source.
Presumably this is easier and faster than closing and restarting the latency
test.
* Allow use of standard suffixes (e.g., ms, us, ns) when specifying period to te
st
* Allow testing of one-thread systems (specify "-" or 0 for other period)