YAP 7.1.0
Memory Usage in Prolog Data-Base

This library provides a set of utilities for studying memory usage in YAP. More...

Detailed Description

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 Documentation

◆ db_static/1

class db_static/1

db_static(+ Threshold)

List memory usage for every static predicate Predicate must use more than Threshold bytes

◆ db_dynamic/1

class db_dynamic/1

db_dynamic(+ Threshold)

List memory usage for every dynamic predicate Predicate must use more than Threshold bytes