Function
Shell.Profile
val profileFull: MLWorks.Profile.options -> ('a -> 'b) -> 'a -> 'b
Syntax
profileFull opts f x
This function is the same as Shell.profile f x, but allows you to set your own profiler options. This makes it correspond exactly to MLWorks.Profile.profile, page 29.