Browse thread
Q: Profiling ocaml using gprof
- Raj Bandyopadhyay
[
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: | 2008-07-15 (01:52) |
From: | Raj Bandyopadhyay <rajb@r...> |
Subject: | Q: Profiling ocaml using gprof |
Hi all I am profiling my OCaml program for performance using ocamlprof/ gprof. I keep seeing a particular function which takes up a significant % of time. In the gprof profile it shows up as 'camlPervasives__$5e_136'. Does anyone have an idea which function this might be? Thanks! Raj