Path: utzoo!utgpu!watserv1!watmath!att!att!emory!wuarchive!psuvax1!swatsun!plummer From: plummer@cs.swarthmore.edu (David Barker-Plummer) Newsgroups: comp.lang.prolog Subject: Profiler Availability Message-ID: Date: 23 Oct 90 15:13:39 GMT Organization: Swarthmore College, PA, USA Lines: 10 Are there any freely available program profilers out there? I have a (very) large Prolog program and I want to find out which predicates are called, and how often, to find out where the time goes. Basically, what I am looking for is an interpreter that keeps count of calls. Sure I could write one, but if there's one out there I'd like to use it. The program in question is in Quintus, in case that matters. -- Dave