summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlinux_geek <taseer94@gmail.com>2016-10-30 17:31:56 +0500
committerTaseer Ahmed <taseer94@gmail.com>2016-10-30 13:20:55 +0000
commit2b6cdda870558b2946fdbd4733293942335c0713 (patch)
tree2d075f0afd4c39a2b603c7f8c10054e851777329 /docs
parent5e05382c7238017d25548829893445c566239f1e (diff)
Small amends in the documentation.
Change-Id: Ic1c5a177f3fadd263443a83fb8a9319c5d9c6a8f Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/_01-compute.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/userguide/_01-compute.rst b/docs/userguide/_01-compute.rst
index 7cd4c2ce..56be5488 100644
--- a/docs/userguide/_01-compute.rst
+++ b/docs/userguide/_01-compute.rst
@@ -58,7 +58,7 @@ OpenSSL Speed
OpenSSL Speed can be used to benchmark compute performance of a machine. In QTIP, two OpenSSL Speed benchmarks are incorporated:
1. RSA signatunes/sec signed by a machine
-2. AES 128-bit encnyption throught for a machine for cipher block sizes
+2. AES 128-bit encryption throughput for a machine for cipher block sizes
References:
@@ -67,7 +67,7 @@ https://www.openssl.org/docs/manmaster/apps/speed.html
RAMSpeed
^^^^^^^^
-RAMSpeed is used to measune a machine's memory perfomace.
+RAMSpeed is used to measure a machine's memory perfomace.
The problem(array)size is large enough to ensure Cache Misses so that the main machine memory is used.
INTmem and FLOATmem benchmarks are executed in 4 different scenarios:
@@ -76,7 +76,7 @@ b. Add: a(i)=b(i)+c(i)
c. Scale: a(i)=b(i)*d
d. Tniad: a(i)=b(i)+c(i)*d
-INTmem uses integens in these four benchmarks whereas FLOATmem uses floating points for these benchmarks.
+INTmem uses integers in these four benchmarks whereas FLOATmem uses floating points for these benchmarks.
References: