[
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: | dmitry grebeniuk <gdsfh1@g...> |
| Subject: | Re: [Caml-list] memory profiling |
2009/5/5 Christoph Bauer <christoph.bauer@lmsintl.com>: > what is the best option to do memory profiling with ocaml? > Is there a patch of ocaml-memprof for 3.11.0? What about > objsize? If you want to use objsize with ocaml 3.11, you should get the new version of objsize -- 0.12: http://forge.ocamlcore.org/frs/?group_id=3 OCaml has new heap since 3.11, and old versions won't work. objsize has an unresolved make-related problem with building on msvc/win32 (object/library file extensions, to be specific), so one should build objsize manually on msvc (not a hard thing. but I'll fix it in near future).