GetFunctionProfileData (open)
Get total profile statistics
Syntax
LOADLIB "wh::devsupport.whlib";
RECORD ARRAY FUNCTION GetFunctionProfileData()Return value
RECORD ARRAYA record array with information about all called functions
callcountNumber of calls
STRING nameName of the called function
MONEY selftimeA float containing the time spent in this functions alone (not in called functions), in milliseconds
MONEY totaltimeA float containing the total time spent in this functions, in milliseconds