- Documentation
- Reference manual
- Built-in Predicates
- library(statistics): Get information about resource usage
- statistics/0
- statistics/1
- thread_statistics/2
- time/1
- call_time/2
- call_time/3
- profile/1
- profile/2
- show_profile/1
- profile_data/1
- profile_procedure_data/2
- statistics/0
- statistics/1
- thread_statistics/2
- time/1
- call_time/2
- call_time/3
- profile/1
- profile/2
- show_profile/1
- profile_data/1
- profile_procedure_data/2
- library(statistics): Get information about resource usage
- Built-in Predicates
- Packages
- Reference manual

show_profile([]
)
.
With XPCE installed this opens a graphical interface to examine the
collected profiling data.
- time(Which)
- Profile
cpu
orwall
time. The default is CPU time. - top(N)
- When generating a textual report, show the top N predicates.
- cumulative(Bool)
- If
true
(defaultfalse
), show cumulative output in a textual report.