3.4.9 Profile structure values

function_caller

Type

Summary

Records profile information about the caller of a particular function.

Signature

MLWORKS.Profile

Structure

MLWorks.Profile

Type

datatype function_caller = Function_Caller of 
  {id: function_id,
   found: int,
   top: int,
   scans: int,
   callers: function_caller list}

Description

This datatype records the profile information about the caller of a particular function in multi-level time profiling. The record contains the following data:

id
The identifier of the function.

found
The total number of times that the function was found on the stack.

top
The number of times that the function was found on top of the stack.

scans
The number of stack scans in which the function was found.

callers
A list of the functions that called the function.

See also

function_time_profile, page 36


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker