[ The ECLiPSe Built-In Predicates | Reference Manual | Alphabetic Index ]

Development Environment and Global Settings

Built-ins related to the development environment

Predicates

env
Prints information about the current ECLiPSe environment on the current output.
garbage_collect
Request an immediate garbage collection.
get_flag(?Flag, ?Value)
Succeeds if the flag Flag has the value Value.
help(+PredSpec)
Prints help information on the specified predicate in PredSpec on the current output.
make
Recompile all files that have been modified since their last compilation.
pred(+PredSpec)
The flags of the predicate described by PredSpec are printed out on the current output.
profile(+Goal)
Profile the goal and print the times spent in each predicate.
profile(+Goal, +Flags)
Profile the goal and print the times spent in each predicate.
set_flag(+Flag, +Value)
Succeeds if the flag Flag is successfully set to the value Value.
statistics
Prints information about resource usage and garbage collection.
statistics(?Keyword, ?Value)
Succeeds if the statistics item Keyword has value Value.
trimcore
Frees currently unused memory.

Generated from env.eci on Sat Aug 7 01:44:15 2004