aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>2025-04-18 14:08:20 -0700
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>2025-04-21 22:09:11 -0700
commit9567087349c6f33a437b071d1c6b6c04ad4debef (patch)
tree7d63cb06f091b3dc0f291718d2a77931889ce76f
parent377d832881f598eaac1baa58b66a44ab6371ff0a (diff)
downloadbinutils-9567087349c6f33a437b071d1c6b6c04ad4debef.zip
binutils-9567087349c6f33a437b071d1c6b6c04ad4debef.tar.gz
binutils-9567087349c6f33a437b071d1c6b6c04ad4debef.tar.bz2
gprofng: fix 32889 Typo in documentation
gprofng/ChangeLog 2025-04-18 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> * doc/gprofng_ug.texi: Fix typo.
-rw-r--r--gprofng/doc/gprofng_ug.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gprofng/doc/gprofng_ug.texi b/gprofng/doc/gprofng_ug.texi
index 7147090..f23f7b3 100644
--- a/gprofng/doc/gprofng_ug.texi
+++ b/gprofng/doc/gprofng_ug.texi
@@ -310,9 +310,8 @@ Since there is no need to recompile, existing executables can be used
and the profile measures the behaviour of exactly the same executable that is
used in production runs.
-With sampling, one inherently profiles a different executable, because
-the calls to the instrumentation library may affect the compiler optimizations
-and run time behaviour.
+With tracing, one inherently profiles a different executable, because
+the calls to the instrumentation library may affect runtime behaviour.
@item
With sampling, there are very few restrictions on what can be profiled and