
4.5 Profiling: the Profile structure
Shell.Profile
val profile: ('a -> 'b) -> 'a -> 'b
profile f x -> values
MLWorks.Profile.profile with a stack-scan frequency of 10 milliseconds and the following selector function:
selector = fn _ => manner
manner was constructed by passing the following record to MLWorks.Profile.make_manner:
{ time = true,
space = true,
calls = false,
copies = false,
depth = 0,
breakdown = [] }
MLWorks.Profile structure for more details of profiling. See the MLWorks User Guide for details of the GUI profiler tool.
Graphical profiler not available in TTY Listener

Generated with Harlequin WebMaker