4.42.1 library(prolog_profile): Execution profiler
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Built-in Predicates
Execution profiling
library(prolog_profile): Execution profiler
profile/1
profile/2
show_profile/1
profile_data/1
profile_procedure_data/2
Packages
Availability:
:- use_module(
library(prolog_profile)
).
(can be autoloaded)
show_profile
(
+Options
)
Display last collected profiling data.
Options
are
top
(
N
)
When generating a textual report, show the top
N
predicates.
cumulative
(
Bool
)
If
true
(default
false
), show cumulative output in a textual report.