SAP ABAP Class CL_ICL_RTM (Simple Runtime Measurement)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_BASIS (Package) FS-CM: General Functionality
Properties
Class CL_ICL_RTM  
Short Description Simple Runtime Measurement    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_BASIS   FS-CM: General Functionality 
Created 20040127   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ICL_RTM has no interface implemented.
Friends
Class CL_ICL_RTM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ABAP_TRACE_SWITCH Constant Protected Type reference (TYPE) STRING 'CL_ABAP_TRACE_SWITCH' 20060818
2 GC_X Constant Private Type reference (TYPE) XFELD 'X' Constant X 20040127
3 GO_TIMER Instance attribute Private Object reference (TYPE REF TO) IF_ABAP_RUNTIME Timer Interface 20040716
4 GS_RUNTIME Instance attribute Private Type reference (TYPE) ICL_RTM Runtime Analysis 20040127
5 GT_RT Static Attribute Private Type reference (TYPE) TY_RT Table of Runtime Measurements 20040127
6 GV_RUNTIME_TOTAL Static Attribute Public Type reference (TYPE) I Total Runtime of All Evaluations 20040127
7 GV_SE30_TRACE Instance attribute Private Type reference (TYPE) XFELD Write SE30 Trace 20040127
Methods
# Method Level Visibility Method type Description Created on
1 COLLECT Static method Private Method Collect Runtime Measurements 20040127
2 CONSTRUCTOR Instance method Public Constructor Start of Runtime Measurement 20040127
3 DISPLAY Static method Public Method Display Collected Runtime Measurements 20040127
4 DISPLAY_ON_CHECKPOINT_GROUP Static method Public Method Display Runtime Measurements with Active Checkpoint Group 20040127
5 END Instance method Public Method End of Runtime Measurement 20040127
6 GET Instance method Public Method Provide Result of Runtime Measurement 20040127
7 GET_ALL Static method Public Method Cumulate Runtime of All Measurements 20040127
8 RESET Static method Public Method Reset Collected Runtime Measurements 20040127
Events
Class CL_ICL_RTM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_RT Private See coding Table of Runtime Measurements 20040127 ty_rt TYPE STANDARD TABLE OF REF TO cl_icl_rtm
Method Signatures

Method COLLECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RT Call by reference Object reference (TYPE REF TO) CL_ICL_RTM Einfache Laufzeitmessung 20040127

Method COLLECT on class CL_ICL_RTM has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TITLE Call by reference Type reference (TYPE) CLIKE Title fuer Anzeige der Laufzeitmessung in DISPLAY Methode 20040127
2 Importing IV_WRITE_SE30_TRACE Call by reference Type reference (TYPE) XFELD SPACE SE30 Tracedatei schreiben ? 'X' = Ja 20040127

Method CONSTRUCTOR on class CL_ICL_RTM has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_ICL_RTM has no parameter.
Method DISPLAY on class CL_ICL_RTM has no exception.

Method DISPLAY_ON_CHECKPOINT_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DUMMY Value transfer Type reference (TYPE) XFELD Dummy Feld fuer ASSERT Pruefung 20040127

Method DISPLAY_ON_CHECKPOINT_GROUP on class CL_ICL_RTM has no exception.

Method END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLECT_DATA Call by reference Type reference (TYPE) XFELD 'X' Laufzeitmessung sammeln (fuerAuswertung mit Display Methode) 20040127

Method END on class CL_ICL_RTM has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RT Value transfer Type reference (TYPE) I Laufzeit in Mikrosekunden 20040127

Method GET on class CL_ICL_RTM has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RUNTIME Value transfer Type reference (TYPE) I Gesamtlaufzeit aller Pruefungen 20040127

Method GET_ALL on class CL_ICL_RTM has no exception.

Method RESET Signature

Method RESET on class CL_ICL_RTM has no parameter.
Method RESET on class CL_ICL_RTM has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 472