Path: utzoo!attcan!uunet!samsung!rex!wuarchive!julius.cs.uiuc.edu!psuvax1!news From: flee@dictionopolis.cs.psu.edu (Felix Lee) Newsgroups: comp.lang.perl Subject: Perl script profiler? Message-ID: Date: 29 Oct 90 22:55:37 GMT Sender: news@cs.psu.edu (Usenet) Organization: Penn State Computer Science Lines: 9 Nntp-Posting-Host: dictionopolis.cs.psu.edu I've been playing with profiling Perl scripts using the Perl debugger hooks, and I'm wondering if I'm reinventing the wheel. Does someone already have a profiling version of perldb.pl? So far, I've got call graph output a la gprof, without cycle detection. No time sampling yet; that's next. And then maybe a statement frequency counter a la tcov. -- Felix Lee flee@cs.psu.edu