
profile(+Goal, +Options)

   Execute Goal (once) and print profiling information

Arguments
   Goal                Callable term
   Options             List of options

Type
   library(profile)

Description
Possible options:
    
    simple
	show external predicates in the output profile
    keep_file
	don't destroy the samples file after profiling
    
    

Modules
   This predicate is sensitive to its module context (tool predicate, see @/2).


