From owner-freebsd-questions Wed Apr 3 06:40:04 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25635 for questions-outgoing; Wed, 3 Apr 1996 06:40:04 -0800 (PST) Received: from brack.cetlink.net (firewall-rhsc.cetlink.net [206.31.104.5]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA25584 for ; Wed, 3 Apr 1996 06:40:02 -0800 (PST) From: jeff@firewall-rhsc.cetlink.net Received: from moltar.cetlink.net (root@moltar-external.cetlink.net [206.31.104.40]) by brack.cetlink.net (8.7.5/8.6.12) with ESMTP id JAA12252 for ; Wed, 3 Apr 1996 09:47:21 -0500 (EST) Received: by moltar.cetlink.net (8.7.5) id JAA09023; Wed, 3 Apr 1996 09:40:07 -0500 (EST) Message-Id: <199604031440.JAA09023@moltar.cetlink.net> Subject: Profiling perl5 scripts? To: questions@freebsd.org Date: Wed, 3 Apr 1996 09:40:06 -0500 (EST) X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have a large number of perl5 scripts and need to figure out why they crawl on a freebsd machine. Some of these scripts are run by a suid wrapper. Is there some easy way I can profile these scripts to see where they drag and even more so, possibly find some tool(s) to help convert the scripts into C or C++. Any help with this is greatly appreciated. -jeff