summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-12-06 15:47:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-12-06 15:47:43 +0000
commit4aac8187e853457a62e7f66041472db3234c5b01 (patch)
tree3e768ad482aea1325b358b8074f9f31b6999ead3 /c/src/lib/libbsp/unix
parentAdded comments for addition of is_fp flag to _CPU_Context_Initialize. (diff)
downloadrtems-4aac8187e853457a62e7f66041472db3234c5b01.tar.bz2
created
Diffstat (limited to 'c/src/lib/libbsp/unix')
-rw-r--r--c/src/lib/libbsp/unix/posix/times10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/unix/posix/times b/c/src/lib/libbsp/unix/posix/times
new file mode 100644
index 0000000000..28811e37ba
--- /dev/null
+++ b/c/src/lib/libbsp/unix/posix/times
@@ -0,0 +1,10 @@
+#
+# Timing Test Suite Results for the UNIX Simulator BSP
+#
+# $Id$
+#
+
+The times when running on the UNIX simulator are irrelevant. They vary based
+on a variety of factors including host OS, host configuration, and system load.
+The intent of the UNIX simulator is to provide a testing and prototyping
+environment not to compete with the "normal" embedded role of RTEMS.