
3.4.9 Profile structure values
MLWORKS.Profile
MLWorks.Profile
datatype profile = Profile of
{general: general_header,
call: call_header,
time: time_header,
space: space_header,
cost: cost_header,
functions: function_profile list,
centres: cost_centre_profile list}
profile function returns a value of this type. The record contains the following data:
functions
generalgeneral_header. This value contains general data about the allocation during and time taken by the call to the profiler.
callcall_header. This value records the number of functions that were call-count profiled.
timetime_header. This value records overall time-profiling statistics.
spacespace_header. This value records overall space-profiling statistics.
costcost_header. This value is unused at present. It may record cost-centre profiling information in a future release.
centres
call_header, page 43
function_profile, page 35
general_header, page 45
space_header, page 43
time_header, page 44

Generated with Harlequin WebMaker