yap_flag(gc_trace,very_verbose).
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@333 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
11
docs/yap.tex
11
docs/yap.tex
@@ -5991,11 +5991,12 @@ collection. The default depends on total stack size.
|
||||
|
||||
@item gc_trace
|
||||
@findex gc_trace (yap_flag/2 option)
|
||||
@*
|
||||
If @code{off} (default) do not show information on garbage collection and
|
||||
stack shifts, if @code{on} inform when a garbage collection or stack shift
|
||||
happened, if @code{verbose} give detailed information on garbage collection
|
||||
and stack shifts.
|
||||
@* If @code{off} (default) do not show information on garbage collection
|
||||
and stack shifts, if @code{on} inform when a garbage collection or stack
|
||||
shift happened, if @code{verbose} give detailed information on garbage
|
||||
collection and stack shifts. Last, if @code{very_verbose} give detailed
|
||||
information on data-structures found during the garbage collection
|
||||
process, namely, on choice-points.
|
||||
|
||||
@item index
|
||||
@findex index (yap_flag/2 option)
|
||||
|
Reference in New Issue
Block a user