From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [babell] How to report generated files and generation time from org-babel-tangle? Date: Thu, 17 Apr 2014 16:30:36 +0200 Message-ID: <87tx9s81v7.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WanKv-0006yG-LF for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:30:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WanKp-0003kD-Ix for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:30:45 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:59473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WanKp-0003jt-5l for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:30:39 -0400 Received: by mail-wi0-f179.google.com with SMTP id z2so911328wiv.12 for ; Thu, 17 Apr 2014 07:30:38 -0700 (PDT) In-Reply-To: (Grant Rettke's message of "Fri, 4 Apr 2014 21:28:54 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Grant Rettke Cc: "emacs-orgmode@gnu.org" Hi Grant, Grant Rettke writes: > My goal is to report what files were generated (tangled) and how long > it take for each of them > when calling org-babel-tangle. You can start with `elp-instrument-function' and then M-x elp-results RET There is also M-x profiler-start which you may want to try. HTH, -- Bastien