From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA04099; Thu, 14 Mar 2002 16:46:48 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA03013 for ; Thu, 14 Mar 2002 16:46:47 +0100 (MET) Received: from master.tardis.ed.ac.uk (master.tardis.ed.ac.uk [193.62.81.6]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g2EFkl927100 for ; Thu, 14 Mar 2002 16:46:47 +0100 (MET) Received: from davros.tardis.ed.ac.uk (davros.tardis.ed.ac.uk [193.62.81.4]) by master.tardis.ed.ac.uk (Postfix) with ESMTP id 1AFE32F86D for ; Thu, 14 Mar 2002 15:46:48 +0000 (GMT) Received: by davros.tardis.ed.ac.uk (Postfix, from userid 267) id 858A0C15A; Thu, 14 Mar 2002 15:46:44 +0000 (GMT) Date: Thu, 14 Mar 2002 15:46:44 +0000 (GMT) From: Andrew Birkett To: Subject: Re: [Caml-list] Profiling In-Reply-To: <20020314151426.GB11793@kiefer.ai.univie.ac.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Thu, 14 Mar 2002, Markus Mottl wrote: > use ocamlprof to get source codes with annotations telling you the > number of times some expression was evaluated. Ah! Let me try that one again ... Is it possible to get a profile of execution time of a bytecode program. Ocamlprof gives execution counts for bytecode programs, and you can gprof native-compiled programs for execution times. Why can't you profile execution times with bytecode programs? Andrew - www.tardis.ed.ac.uk/~adb - ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners