From owner-freebsd-questions Tue Mar 12 9:46: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by hub.freebsd.org (Postfix) with ESMTP id 493BF37B404 for ; Tue, 12 Mar 2002 09:46:05 -0800 (PST) Received: from preston.pinemeadowgolf.com ([206.163.112.110]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id g2CHk5Nb046834 for ; Tue, 12 Mar 2002 09:46:06 -0800 (PST) Message-ID: <3C8E4765.7DF7ABB3@preston.pinemeadowgolf.com> Date: Tue, 12 Mar 2002 10:22:29 -0800 From: "Raistlin A. Majere" X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: debugging slow perl string concats Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm still trying to debug those slow string concats on perl (previous posts) and my dilema at present is that I want to be able to profile the perl binary while it executes to watch what's consuming so much time. I rebuilt perl from source and added the -pg flags to it, although I'm not sure how to call the perl interpreter with the perl program, or how to watch what's happening while it executes. Any suggestions would be greatly appreciated. Raistlin Alexander Majere To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message