GetFunctionProfileData (open)

Get total profile statistics

Syntax

LOADLIB "wh::devsupport.whlib";

RECORD ARRAY FUNCTION GetFunctionProfileData()

Return value

RECORD ARRAY

A record array with information about all called functions

callcount

Number of calls

STRING name

Name of the called function

MONEY selftime

A float containing the time spent in this functions alone (not in called functions), in milliseconds

MONEY totaltime

A float containing the total time spent in this functions, in milliseconds