[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] ocamlbuild byte code profiling |
On 4/12/07, Peter Halacsy <peter@halacsy.com> 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