Skip to content

Commit

Permalink
first mention of perf
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@60351 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Aug 21, 2012
1 parent 1b24072 commit ff227e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -5992,7 +5992,9 @@ profile DLLs on Windows.
@subsection Linux

Options include using @command{sprof} for a shared object, and
@command{oprofile} (see @uref{http://oprofile.sourceforge.net/}) for any
@command{oprofile} (see @uref{http://oprofile.sourceforge.net/}) and
@command{perf} (see
@uref{https://perf.wiki.kernel.org/@/index.php/@/Tutorial}) for any
executable or shared object.

@subsubsection sprof
Expand Down Expand Up @@ -6634,7 +6636,7 @@ An example of @code{valgrind} output is
@smallexample
==12539== Invalid read of size 4
==12539== at 0x1CDF6CBE: csc_compTr (Mutils.c:273)
==12539== by 0x1CE07E1E: tsc_transpose (dtCMatrix.c:25)
==12539== by 0x1CE07E1E: tsc_trresolvedpose (dtCMatrix.c:25)
==12539== by 0x80A67A7: do_dotcall (dotcode.c:858)
==12539== by 0x80CACE2: Rf_eval (eval.c:400)
==12539== by 0x80CB5AF: R_execClosure (eval.c:658)
Expand Down

0 comments on commit ff227e2

Please sign in to comment.