Go to the first, previous, next, last section, table of contents.


Prolog system internal predicates

Author(s): Manuel Carro, Daniel Cabeza, Mats Carlsson.

Version: 1.5#118 (2000/4/19, 18:13:43 CEST)

Version of last change: 1.5#27 (1999/12/29, 15:9:45 CET)

This module implements some miscellaneous predicates which provide access to some internal statistics, special properties of the predicates, etc.

Usage and interface (prolog_sys)

Documentation on exports (prolog_sys)

PREDICATE: statistics/0:

No further documentation available for this predicate.

PREDICATE: statistics/2:

Usage 1: statistics(Time_option,Time_result)

Usage 2: statistics(Memory_option,Memory_result)

Usage 3: statistics(Garbage_collection_option,Gc_result)

Usage 4: statistics(Symbol_option,Symbol_result)

PREDICATE: predicate_property/2:

Usage: predicate_property(Head,Property)

PREDICATE: current_atom/1:

No further documentation available for this predicate.

PREDICATE: current_predicate/2:

No further documentation available for this predicate.

PREDICATE: garbage_collect/0:

No further documentation available for this predicate.

PREDICATE: new_atom/1:

Usage: new_atom(Atom)

Documentation on internals (prolog_sys)

REGTYPE: time_option/1:

Usage: time_option(M)

REGTYPE: memory_option/1:

Usage: memory_option(M)

REGTYPE: garbage_collection_option/1:

Usage: garbage_collection_option(M)

REGTYPE: symbol_option/1:

Usage: symbol_option(M)

REGTYPE: time_result/1:

Usage: time_result(Result)

REGTYPE: memory_result/1:

Usage: memory_result(Result)

REGTYPE: gc_result/1:

Usage: gc_result(Result)

REGTYPE: symbol_result/1:

Usage: symbol_result(Result)

Known bugs and planned improvements (prolog_sys)


Go to the first, previous, next, last section, table of contents.