Function
Creates a profiling manner.
MLWORKS.Profile
MLWorks.Profile
val make_manner :
{time : bool,
space : bool,
calls : bool,
copies : bool,
depth : int,
breakdown : object_kind list} -> mannermake_manner manner_spec -> manner
Creates a profiling manner.
timetrue, return time-profiling data.
spacetrue, return space-profiling data.
callstrue, return function-call-counting data
copiestrue, record the number of garbage-collector copies per generation in any space profile.
depth
breakdownobject_kind, page 41.