Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
4.41.1 Profiling predicates
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Built-in Predicates
Execution profiling
Profiling predicates
profile/1
profile/2
show_profile/1
profiler/2
reset_profiler/0
noprofile/1
Packages
Availability:
:- use_module(
library(statistics)
).
(can be autoloaded)
profile
(
:Goal
)
Execute
Goal
just like
once/1
, collecting profiling statistics, and call
show_profile(
[]
)
. With XPCE installed this opens a graphical interface to examine the collected profiling data.
ClioPatria
(version
V3.1.1-40-g9d9e003
)