Type
The type used to record profiler results.
MLWORKS.Profile
MLWorks.Profile
The type used to record profiler results. The 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