From: SeongJae Park <sj38.park@gmail.com>
To: paulmck@linux.vnet.ibm.com
Cc: perfbook@vger.kernel.org, SeongJae Park <sj38.park@gmail.com>
Subject: [PATCH 2/2] debugging: Fix contextual typos
Date: Tue, 23 Aug 2016 09:06:28 +0900 [thread overview]
Message-ID: <1471910788-24070-3-git-send-email-sj38.park@gmail.com> (raw)
In-Reply-To: <1471910788-24070-1-git-send-email-sj38.park@gmail.com>
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
debugging/debugging.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debugging/debugging.tex b/debugging/debugging.tex
index 0162442..2207a0e 100644
--- a/debugging/debugging.tex
+++ b/debugging/debugging.tex
@@ -1694,7 +1694,7 @@ much a bug as is incorrectness.
And in this case, any performance bug that prevents the model from
running faster than the actual weather prevents any forecasting.
Given that the whole purpose of purchasing the large clustered
- supercomputer was to forecast weather, if you cannot run the
+ supercomputers was to forecast weather, if you cannot run the
model faster than the weather, you would be better off not running
the model at all.
@@ -1766,7 +1766,7 @@ Unfortunately, it is often impractical for the following reasons:
\item The application might be proprietary, and you
might not have the right to run the intended application.
\item The application might require more hardware
- that you have access to.
+ than you have access to.
\item The application might use data that you cannot legally
access, for example, due to privacy regulations.
\end{enumerate}
@@ -1791,7 +1791,7 @@ on the cache misses that were actually responsible for the majority
of the problem~\cite{McKenney93}.
An old-school but quite effective method of tracking down performance
-and scalability bugs is to run your programmer under a debugger,
+and scalability bugs is to run your program under a debugger,
then periodically interrupt it, recording the stacks of all threads
at each interruption.
The theory here is that if something is slowing down your program,
--
1.9.1
next prev parent reply other threads:[~2016-08-23 0:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-23 0:06 [PATCH 0/2] debugging: Trivial fixups SeongJae Park
2016-08-23 0:06 ` [PATCH 1/2] debugging: Add missing tilde SeongJae Park
2016-08-23 0:06 ` SeongJae Park [this message]
2016-08-23 0:49 ` [PATCH 0/2] debugging: Trivial fixups Paul E. McKenney
2016-08-23 0:59 ` SeongJae Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1471910788-24070-3-git-send-email-sj38.park@gmail.com \
--to=sj38.park@gmail.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=perfbook@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.