From 53f6560f766fdbb7176eb7247c712c690f4a6f1f Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 6 Feb 2020 23:14:33 -0500 Subject: Apply suggestions from code review Co-Authored-By: Jim Fehrle --- doc/sphinx/practical-tools/utilities.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/practical-tools/utilities.rst b/doc/sphinx/practical-tools/utilities.rst index 64a4716188..24b766b204 100644 --- a/doc/sphinx/practical-tools/utilities.rst +++ b/doc/sphinx/practical-tools/utilities.rst @@ -264,7 +264,7 @@ file timing data: ``run make cleanall``. .. note:: - By default the table picks up user times. If the build log + By default the table displays user times. If the build log contains real times (which it does by default), passing ``TIMING_REAL=1`` to ``make pretty-timed`` will use real times rather than user times in the table. @@ -387,7 +387,7 @@ line timing data: .. note:: By default, two lines are only considered the same if the - character offsets and initial code strings match. Passing + character offsets and initial code strings are identical. Passing ``TIMING_FUZZ=N`` relaxes this constraint by allowing the character offsets to differ by up to ``N`` characters, as long as the total number of characters and initial code strings -- cgit v1.2.3