From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 603A5BC0A for ; Wed, 6 Dec 2006 09:59:57 +0100 (CET) Received: from mail12.bluewin.ch (mail12.bluewin.ch [195.186.19.61]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id kB68xu0B029233 for ; Wed, 6 Dec 2006 09:59:57 +0100 Received: from [10.0.1.2] (83.79.39.98) by mail12.bluewin.ch (Bluewin 7.3.118) id 4513C50401178B0B; Wed, 6 Dec 2006 08:59:55 +0000 In-Reply-To: <613020E3-8A60-4FA9-975E-F2AD5E0E28DB@epfl.ch> References: <4C40AFBA-AE30-4C22-B2A5-170FDA130B64@lrde.epita.fr> <613020E3-8A60-4FA9-975E-F2AD5E0E28DB@epfl.ch> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Cc: caml-list@inria.fr Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= Subject: Re: [Caml-list] time profiling and nested function inlining Date: Wed, 6 Dec 2006 10:01:18 +0100 To: =?ISO-8859-1?Q?Qu=F4c_Peyrot?= X-Mailer: Apple Mail (2.752.2) X-Miltered: at discorde with ID 4576868D.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; bunzli:01 buenzli:01 inlining:01 bunzli:01 macosx:01 compile:01 compile:01 caml-list:01 epfl:02 nested:04 daniel:04 daniel:04 profiling:04 dec:05 installed:05 Le 6 d=E9c. 06 =E0 09:55, Daniel B=FCnzli a =E9crit : > If you have the development tools installed, you can profile on =20 > macosx using shark (you don't even need to compile with -p). However if you want to see the name of system function calls in the =20 profile you need to compile with -g. Daniel=