SAP ABAP Data Element SVMCRT_PROF_LGC_TYPE (GC Statistics: Type of Garbage Collection)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-VMC (Application Component) Virtual Machine Container
     SVMCRT_ADMIN (Package) VMC Administration and Monitoring
Basic Data
Data Element SVMCRT_PROF_LGC_TYPE
Short Description GC Statistics: Type of Garbage Collection  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 40    
Decimal Places 0    
Output Length 40    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short Type 
Medium 10 Type 
Long 15 Type 
Heading 20 Type 
Documentation

Definition

There are two types of garbage collections (GCs):

  • "partial": With a partial GC only the unreferenced objects are released in the "young generation" of the VM memory management.
  • "full": With a full GC the unreferenced objects are released in both the "young generation" and in the "old generation".

The type suffix "(shared)" indicates that this local VM GC was a contribution to a shared garbage collection.

Use

Dependencies

You can find out what the meaning is of "young generation" and "old generation" in the help information for the values in the relevant groups.

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 710