diff options
Diffstat (limited to 'gprofng/doc')
-rw-r--r-- | gprofng/doc/gprofng_ug.texi | 5 | ||||
-rw-r--r-- | gprofng/doc/version.texi | 8 |
2 files changed, 6 insertions, 7 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 diff --git a/gprofng/doc/version.texi b/gprofng/doc/version.texi index 720791e..477472d 100644 --- a/gprofng/doc/version.texi +++ b/gprofng/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 6 January 2025 -@set UPDATED-MONTH January 2025 -@set EDITION 2.44.50 -@set VERSION 2.44.50 +@set UPDATED 22 April 2025 +@set UPDATED-MONTH April 2025 +@set EDITION 2.45.50 +@set VERSION 2.45.50 |