Consultor Eletrônico



Kbase 12355: How to get size of Segments in V7 R code
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
How to get size of Segments in V7 R code

To see the size of each segment for a piece of .r code, use the
Segment Statistics (-yd) startup parameter as documented on page
2-103 of the "PROGRESS System Administration Reference".
Use the -yd option to write the segment statistics to the
client.mon file.

The following is an example of what you see in client.mon:

Per procedure segment information
---------------------------------

File Segment #Segments Total Size
---- ------ --------- ----------

test.r
Initial 1 352
Action 1 480
E-Code 1 20
Frames 1 416
Text 1 80


Note: For internal procedures only a cumulative total is given.

Progress Software Technical Support Note # 12355