SAP ABAP Class CL_EASY_RTM (Simple Runtime Measurement)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-BRHF (Application Component) Basis-Related Help Functions, Appl. Log, Formula Intepreter
⤷
BALV_ADDON (Package) Additional Functions with ALV Grid
⤷
⤷
Properties
| Class | CL_EASY_RTM | |
| Short Description | Simple Runtime Measurement | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BALV_ADDON | Additional Functions with ALV Grid |
| Created | 20090804 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_EASY_RTM has no interface implemented.
Friends
Class CL_EASY_RTM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | XFELD | 'X' | Constant X | 20090804 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ABAP_RUNTIME | Timer Interface | 20090804 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | EASY_RTM | Runtime Analysis | 20090804 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TY_RT | Table of Runtime Measurements | 20090804 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | I | Overall Runtime of All Evaluations | 20090804 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Collect Runtime Measurements | 20090804 | |
| 2 | Instance method | Public | Constructor | Start of Runtime Measurement | 20090804 | |
| 3 | Static method | Public | Method | Display Collected Runtime Measurements | 20090804 | |
| 4 | Static method | Public | Method | Display Runtime Measurements with Active Checkpoint Group | 20090804 | |
| 5 | Instance method | Public | Method | End of Runtime Measurement | 20090804 | |
| 6 | Instance method | Public | Method | Provide Result of Runtime Measurement | 20090804 | |
| 7 | Static method | Public | Method | Accumulate Runtime of All Measurements | 20090804 | |
| 8 | Static method | Public | Method | Reset Collected Runtime Measurements | 20090804 |
Events
Class CL_EASY_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 | 20090804 | ty_rt TYPE STANDARD TABLE OF REF TO cl_easy_rtm
|
Method Signatures
Method COLLECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_RT | Call by reference | Object reference (TYPE REF TO) | CL_EASY_RTM | Einfache Laufzeitmessung | 20090804 |
Method COLLECT on class CL_EASY_RTM has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TITLE | Call by reference | Type reference (TYPE) | CLIKE | Title für Anzeige der Laufzeitmessung in DISPLAY Methode | 20090804 |
Method CONSTRUCTOR on class CL_EASY_RTM has no exception.
Method DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RESET_MEASUREMENTS | Call by reference | Type reference (TYPE) | XFELD | 'X' | Messungen nach Anzeig löschen ? 'X' = Ja | 20090804 |
Method DISPLAY on class CL_EASY_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 | RV_DUMMY | Value transfer | Type reference (TYPE) | XFELD | Dummy Feld fuer ASSERT Prüfung | 20090804 |
Method DISPLAY_ON_CHECKPOINT_GROUP on class CL_EASY_RTM has no exception.
Method END Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLLECT_DATA | Call by reference | Type reference (TYPE) | XFELD | 'X' | Laufzeitmessung sammeln (fürAuswertung mit Display Methode) | 20090804 |
Method END on class CL_EASY_RTM has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_RT | Value transfer | Type reference (TYPE) | I | Laufzeit in Mikrosekunden | 20090804 |
Method GET on class CL_EASY_RTM has no exception.
Method GET_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RUNTIME | Value transfer | Type reference (TYPE) | I | Gesamtlaufzeit aller Prüfungen | 20090804 |
Method GET_ALL on class CL_EASY_RTM has no exception.
Method RESET Signature
Method RESET on class CL_EASY_RTM has no parameter.
Method RESET on class CL_EASY_RTM has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |