Small fixes to documentation.
Fixed typo in profile-dump-html index and corrected overfull box issue in pdf version of docs. foreign.stex, system.stex original commit: 3a3385c7d62326ba3d0d3220329dfcd3e3d0ac8e
This commit is contained in:
parent
364413fda8
commit
f673aeb57e
|
@ -270,7 +270,8 @@ collection, but adding the \scheme{__collect_safe} declaration avoids that
|
|||
problem:
|
||||
|
||||
\schemedisplay
|
||||
(define c-sleep (foreign-procedure __collect_safe "sleep" (unsigned) unsigned))
|
||||
(define c-sleep
|
||||
(foreign-procedure __collect_safe "sleep" (unsigned) unsigned))
|
||||
(c-sleep 10) \var{; sleeps for 10 seconds without blocking other threads}
|
||||
\endschemedisplay
|
||||
|
||||
|
|
|
@ -2795,7 +2795,7 @@ or to the boolean value \scheme{#t}.
|
|||
The profile information can be dumped via:
|
||||
|
||||
\begin{description}
|
||||
\item[\scheme{profile-dump-html}]\index{\scheme{profile-dump=html}}
|
||||
\item[\scheme{profile-dump-html}]\index{\scheme{profile-dump-html}}
|
||||
in HTML format to allow the programmer to visualize how
|
||||
often each expression is executed using a color-coding system that
|
||||
makes it easy to spot ``hot spots,''
|
||||
|
|
Loading…
Reference in New Issue
Block a user