Browse thread
oprofile and OCaml on Linux
- Yaron Minsky
[
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: | Yaron Minsky <yminsky@g...> |
| Subject: | oprofile and OCaml on Linux |
Has anyone had luck using oprofile to profile ocaml-generated executables? I've played around with it, and it's quite nice, and seems to have some real advantages over gprof (works sensibly in the presence of threads, works without overhead or instrumentation, etc.) The one thing I haven't been able to get working, though, is call-graph analysis. To me, it looks like the call-graph information isn't available for ocaml executables. Has anyone had any luck with getting this to work? Yaron