Use the Procedure Name dialog box to determine how Quantify displays procedure names when you profile Visual Basic 6.0 p-code programs.
These are the main controls in the dialog box:
Show VB project and module name
Notes:
§ The option to limit the number of characters appears only when you display the dialog box from the Call Graph window.
§ When profiling p-code programs, keep in mind that:
§ The Microsoft Visual Basic compiler currently does not encode any information about a procedure's arguments. Consequently, Quantify displays the argument list as (...) in all cases.
§ Procedures defined as Private or that are included in .bas files appear as UnnamedProcedure@<address>, where <address> is the internal address of the procedure entry.
§ Declared procedures appear as DllName.FunctionName(...) or DllName.#OrdinalNumber(...).
(C) Copyright IBM Corporation 1993, 2009.