From 8df226e3b2c140e48bfbbbe5157a459b7e9a213b Mon Sep 17 00:00:00 2001 From: ripley Date: Fri, 3 Dec 2021 17:59:39 +0000 Subject: [PATCH] remove Solaris profiling information git-svn-id: https://svn.r-project.org/R/trunk@81290 00db46b3-68df-0310-9c12-caf00c1e9a41 --- doc/manual/R-exts.texi | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/manual/R-exts.texi b/doc/manual/R-exts.texi index 1c8bfff1fb2..99d3c6c4ab8 100644 --- a/doc/manual/R-exts.texi +++ b/doc/manual/R-exts.texi @@ -8310,11 +8310,10 @@ be current. @menu * Linux:: -* Solaris:: * macOS:: @end menu -@node Linux, Solaris, Profiling compiled code, Profiling compiled code +@node Linux, macOS, Profiling compiled code, Profiling compiled code @subsection Linux Options include using @command{sprof} for a shared object, and @@ -8527,14 +8526,7 @@ samples % symbol name Shutting down the profiler and clearing the records needs to be done as root. - -@node Solaris, macOS, Linux, Profiling compiled code -@subsection Solaris - -On 64-bit (only) Solaris, the standard profiling tool @command{gprof} -collects information from shared objects compiled with @option{-pg}. - -@node macOS, , Solaris, Profiling compiled code +@node macOS, , Linux, Profiling compiled code @subsection macOS Developers have recommended @command{sample} (or @command{Sampler.app},