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=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 6C040BC69 for ; Fri, 13 Apr 2007 00:13:04 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3CMD3FA014119 for ; Fri, 13 Apr 2007 00:13:04 +0200 Received: by nz-out-0506.google.com with SMTP id l8so622385nzf for ; Thu, 12 Apr 2007 15:13:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GYlVE9fFZJWb9zvXfQhK7WK+9FnBS7ghuk57HTr+/j3z5Xwonk4HlTIfxrJQ2rWPfiDj92aU6swuMlPulrFQM5ex8D8XNjp6EfnZJZEC1oGCdMwIskJU9BfyO/+xM22q+xYqDUgjfm/tsVxujjPMJc1EYQPQ83anFBGu8DwioD4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bHEfR8EtOuILJOVOUEBDrFCPhIeZA1GG2j3MjnswzlT7bWduTnM66feT4cko8NYmrGDH00q/yw4X27sexAgoLJs8vRtQpAAJHqH8+lfjH+cBqi7rZlhuLHypdgf6ePCT0pP24PmUxCdjDYx/2CdU17gzQaL7xwy0C2EmGs6Stxs= Received: by 10.114.75.1 with SMTP id x1mr865178waa.1176415982997; Thu, 12 Apr 2007 15:13:02 -0700 (PDT) Received: by 10.114.181.18 with HTTP; Thu, 12 Apr 2007 15:13:02 -0700 (PDT) Message-ID: Date: Fri, 13 Apr 2007 00:13:02 +0200 From: "Nicolas Pouillard" To: "Peter Halacsy" Subject: Re: [Caml-list] ocamlbuild byte code profiling Cc: "Caml List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-j-chkmail-Score: MSGID : 461EAEEF.000 on concorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at concorde with ID 461EAEEF.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; byte:01 byte:01 ocamlprof:01 bytecode:01 wrote:01 caml-list:01 native:02 debug:04 debug:04 profiling:04 profiling:04 target:91 nicolas:08 nicolas:08 peter:11 On 4/12/07, Peter Halacsy wrote: > Hello guys, > > I can't figure out how to build a project for byte code profiling > (for ocamlprof) with ocamlbuild. I thought it's p.byte target No, there is no bytecode profiling support in ocamlbuild. However there is some profiling and debug support through *.p.native and *.d.byte but also just by adding the tags like profile or debug. -- Nicolas Pouillard