SAP Program GFW_TIMEPROTOCOL - GFW: Log containing time measurements for GFW

Title
Time protocol for the Graphical Framework

Purpose
This report creates a time protocol which shows performancemeasurements for the Graphical Framework.

Integration
The type pool GFW contains a macro GFW_WRITE_TIME that other programscan call. The macro calls CL_GFW=>WRITE_TIME_PROTOCOL which takes anyexisting protocol from SAP memory, appends the new runtime data to itand exports it back to the SAP memory. GFW_TIMEPROTOCOL can then importthis data from SAP memory and display it.
GFW_TIMEPROTOCOL is not called internally by the Graphical Framework onperformance grounds.

Prerequisites
The user parameter GFW_SETTINGS must be set. The first character in thestring specifies whether the error log is activated. The secondcharacter in the string specifies whether the time log is to begenerated.
For example, if the value for the user parameter GFW_SETTINGS containsa space as the first character and an 'X' as the second character thenthe error log is not activated but the time log is generated.