From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.28.69 with SMTP id l5cs3617ebc; Sat, 23 Jan 2010 19:27:03 -0800 (PST) Received: by 10.224.121.66 with SMTP id g2mr3195837qar.47.1264303622997; Sat, 23 Jan 2010 19:27:02 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 8si13083560qwj.43.2010.01.23.19.27.02; Sat, 23 Jan 2010 19:27:02 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 8211218582DE; Sat, 23 Jan 2010 22:27:02 -0500 (EST) Received: from mail.cnsp.com (mail.cnsp.com [208.3.80.17]) by rubyforge.org (Postfix) with ESMTP id EDC2118582C3 for ; Sat, 23 Jan 2010 22:22:39 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.cnsp.com (Postfix) with ESMTP id B9DFFD45B5B6 for ; Sat, 23 Jan 2010 20:22:38 -0700 (MST) X-Virus-Scanned: Debian amavisd-new at cnsp.biz Received: from mail.cnsp.com ([127.0.0.1]) by localhost (mail.cnsp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0m2YdxgrjI6g for ; Sat, 23 Jan 2010 20:22:38 -0700 (MST) Received: from home.mrtheplague.net (coffeehost.tcct.nmt.edu [129.138.3.50]) by mail.cnsp.com (Postfix) with SMTP id 7E1B7D46ACA3 for ; Sat, 23 Jan 2010 20:22:38 -0700 (MST) Received: by home.mrtheplague.net (Postfix, from userid 1000) id B337A8C605C0; Sat, 23 Jan 2010 20:22:37 -0700 (MST) From: Anthony Martinez X-modeline: vim:tw=80:ft=mail:fo=tcql To: sup-devel In-reply-to: <1264302960-17337-1-git-send-email-rlane@club.cc.cmu.edu> References: <1264302960-17337-1-git-send-email-rlane@club.cc.cmu.edu> Date: Sat, 23 Jan 2010 20:22:37 -0700 Message-Id: <1264303219-sup-9847@home.mrtheplague.net> User-Agent: Sup/git Subject: Re: [sup-devel] [PATCH] enable ruby-prof with SUP_PROFILE environment variable X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Rich Lane's message of Sat Jan 23 20:16:00 -0700 2010: > If SUP_PROFILE is set, it's used as the filename to dump profiling output > which you can use kcachegrind to inspect. Excellent. I could use this to track down why it's taking forever to load a 20,000 line message :) -- If Java had true garbage collection, most programs would delete themselves upon execution. -- Robert Sewell _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel