The source program profiler analyzes source Prolog programs and reports the following information about the programs:
- What predicates are defined?
- What predicates are used but not defined?
- What predicates are defined but not used?
- What kinds of built-ins are used?
To use the profiler, type
profile_src(F)
or
profile_src([F1,...,Fn])
where F and F1,...,Fn are file names of the source programs.
Neng-Fa Zhou
2012-01-03