Bindings Report |
Top Previous Next |
Targets: All
This report produces a list of all subprograms (functions/procedures) in your source code. For each subprogram, all outside subprograms, variables etc that are referenced (used) by the subprogram are listed. This information measures how dependent a subprogram is of other code.
Subprograms with few bindings are more generic and standalone. For instance, use this report when you change a subprogram, to locate which other parts of the code that you need to test.
**************************************************************************** * Bindings Report for * * C:\PROJEKT\RAMVERK\GCACHE.PAS * ****************************************************************************
Bindings: ----------------------------------------------------------------------------
Abbreviations: C=Constructor D=Destructor F=Function FM=Function (method) MB=Program main block P=Procedure PM=Procedure (method) UF=Unit finalization UI=Unit initialization
GDebug (UF)............................................ GDebug (425) ref AllocList : TList Var, Global GDebug (68)
GDebug (UI)............................................ GDebug (413) ref AllocList : TList Var, Global GDebug (68) set AllocList : TList Var, Global GDebug (68) set gDebugLevel : Integer Var, Interfaced GDebug (17) set MarkMemCount : Integer Var, Global GDebug (72) set MarkMemSize : Integer Var, Global GDebug (71)
AssignPeriodFormats (P)................................ GPeriod (38) unk fpFormats : Array (static) Typed const, Interfaced GPeriod (102)
See also:
|