>From 6ed5c9accaad77683040a1c936a27fab3ce5f975 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Fri, 27 Oct 2017 00:14:07 +0900 Subject: [PATCH 4/5] together/applyrcu: Use upright glyph for descriptive suffix Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- together/applyrcu.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/together/applyrcu.tex b/together/applyrcu.tex index 1169603..11aaa73 100644 --- a/together/applyrcu.tex +++ b/together/applyrcu.tex @@ -87,13 +87,13 @@ execution. Or, for those who prefer equations: \begin{equation} - \epsilon = \frac{T_r R_i}{2} + \epsilon = \frac{T_\mathrm{r} R_\mathrm{i}}{2} \end{equation} where $\epsilon$ is the expected error in \co{read_count()}'s return value, - $T_r$ is the time that \co{read_count()} takes to execute, - and $R_i$ is the rate of \co{inc_count()} calls per unit time. - (And of course, $T_r$ and $R_i$ should use the same units of + $T_\mathrm{r}$ is the time that \co{read_count()} takes to execute, + and $R_\mathrm{i}$ is the rate of \co{inc_count()} calls per unit time. + (And of course, $T_\mathrm{r}$ and $R_\mathrm{i}$ should use the same units of time: microseconds and calls per microsecond, seconds and calls per second, or whatever, as long as they are the same units.) } \QuickQuizEnd -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html