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.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.11#57 (2003/11/24, 18:3:15 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:

Usage:

PREDICATE: statistics/2:

Usage 1: statistics(Time_option, Time_result)

Usage 2: statistics(Click_option, Click_result)

Usage 3: statistics(Clockfreq_option, Clockfreq_result)

Usage 4: statistics(Memory_option, Memory_result)

Usage 5: statistics(Garbage_collection_option, Gc_result)

Usage 6: statistics(Symbol_option, Symbol_result)

Usage 7: statistics(Option, Arg2)

PREDICATE: predicate_property/2:

Usage: predicate_property(Head, Property)

PREDICATE: current_atom/1:

Usage: current_atom(Atom)

PREDICATE: garbage_collect/0:

Usage:

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: click_result/1:

Usage: click_result(Result)

REGTYPE: clockfreq_result/1:

Usage: clockfreq_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.