Browse thread
[Caml-list] heap profiling
-
Fabrice Le Fessant
- Jean-Christophe Filliatre
- Norman Ramsey
- Christian Lindig
- Christian Lindig
[
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: | Jean-Christophe Filliatre <Jean-Christophe.Filliatre@l...> |
| Subject: | Re: [Caml-list] heap profiling |
Fabrice Le Fessant writes: > > I would like to know if anybody has implemented some kind of > memory/heap usage profiling for the current version (3.06) of Ocaml, > giving for example the amount of live data in the heap allocated by > each function or module ? or the amount of data retained by some root ? > Anybody plans to implement such a tool ? Regarding the last point (the amount of data used by some ocaml values(s)), I implemented a small module Size for this purpose. It is available at http://www.lri.fr/~filliatr/software.en.html Hope this helps, -- Jean-Christophe Filliātre (http://www.lri.fr/~filliatr) ------------------- 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