[MLton] profiling cml programs

Stephen Weeks MLton@mlton.org
Thu, 31 Mar 2005 16:17:04 -0800


> The profiling section states that the profiler has not been tested
> using threads (cml), or signals.  Is there a way to quickly find out
> the time take for executiont/total allocation of an cml program
> compiled by MLton?

Regarding time, how about the shell's time function.  Regarding
allocation, run the executabel with "@MLton gc-summary --".