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 QAA02830; Thu, 5 Feb 2004 16:15:23 +0100 (MET) 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 QAA03221 for ; Thu, 5 Feb 2004 16:15:22 +0100 (MET) Received: from eris.rz.uni-saarland.de (eris.rz.uni-saarland.de [134.96.7.8]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id i15FFMv06564 for ; Thu, 5 Feb 2004 16:15:22 +0100 (MET) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.254.254]) by eris.rz.uni-saarland.de (8.12.10/8.12.9) with ESMTP id i15FFL1F11573915 for ; Thu, 5 Feb 2004 16:15:21 +0100 (CET) Received: from mail.cs.uni-sb.de (mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.11/2003091100) with ESMTP id i15FFK1t005273 for ; Thu, 5 Feb 2004 16:15:20 +0100 (CET) Received: from mail.st.cs.uni-sb.de (goscinny.cs.uni-sb.de [134.96.235.32]) by mail.cs.uni-sb.de (8.12.11/2003073000) with ESMTP id i15FFJWT022717 for ; Thu, 5 Feb 2004 16:15:20 +0100 (CET) X-Authentication-Warning: email: Host goscinny.cs.uni-sb.de [134.96.235.32] claimed to be mail.st.cs.uni-sb.de Received: from jacobs.cs.uni-sb.de (jacobs.cs.uni-sb.de [134.96.235.135]) by mail.st.cs.uni-sb.de (Postfix) with ESMTP id 5749834B3EE for ; Thu, 5 Feb 2004 16:15:19 +0100 (CET) Received: by jacobs.cs.uni-sb.de (Postfix, from userid 7528) id 380C0978DA; Thu, 5 Feb 2004 16:15:19 +0100 (CET) Date: Thu, 5 Feb 2004 16:15:19 +0100 From: Christian Lindig To: Caml Mailing List Subject: [Caml-list] problems with ocamlcp profiling Message-ID: <20040205151519.GD20466@st> Mail-Followup-To: Christian Lindig , Caml Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-No-Archive: yes X-URL: http://www.st.cs.uni-sb.de/~lindig/ User-Agent: Mutt/1.5.4i X-Loop: caml-list@inria.fr X-Spam: no; 0.00; lindig:01 lindig:01 uni-sb:01 ocamlcp:01 3.07:01 ocamlcp:01 ocamlprof:01 ocamlprof:01 flags:01 debug:01 profile:98 ocaml:01 -custom:01 -custom:01 linking:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I am having problems with profiling for execution counts on x86 and OCaml 3.07+2. Despite compiling and linking all modules with "ocamlcp -p a", ocamlprof reports no avialable information for many modules. This is in a large project were source files are distributed over many directories and the linker is called with -custom to link in an *.o file. $ ocamlprof ../src/block.ml Module block not used in this profile. Are there any known issues, like incompatibility with -g or -custom flags? Any tips how to debug this? -- Christian ------------------- 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