![]() |
YAP 7.1.0
|
This library provides a set of utilities for studying memory usage in YAP. More...
This library provides a set of utilities for studying memory usage in YAP.
The following routines are available once included with the use_module(library(dbusage))
command
class db_static/1 |
db_static(+ Threshold)
List memory usage for every static predicate Predicate must use more than Threshold bytes
class db_dynamic/1 |
db_dynamic(+ Threshold)
List memory usage for every dynamic predicate Predicate must use more than Threshold bytes