protocol
Simple wrapper protocol for Prolog native profilers.
Paulo Moura
1.02
2015/2/13
static
(no dependencies on other files)
Compiles and loads a Logtalk source file for profiling.
static
load(File)
load(@file) – zero_or_one
Compiles and loads a Logtalk source file for profiling using a set of flags.
static
load(File,Flags)
load(@file,@list) – zero_or_one
Proves a goal while collecting profiling information.
static
profile(Goal)
profile(0)
profile(@callable) – zero_or_more
Prints a table with all profiling data.
static
data – one
Prints a table with all profiling data for a given entity.
static
data(Entity)
data(@entity_identifier) – one
Resets all profiling data.
static
reset – one
(none)
(none)