Hi all.

I have an OCaml program that uses the C FFI extensively, and I'm trying to profile the overall program (both the OCaml and C parts), to figure out how much time is spent where.

Do people have suggestions for doing profiling on Mac OS?

Since it uses LLVM, and not gcc, it seems that gprof (per the OCaml manual) is not an option.

Thanks,
-Mike