ABAP Webdynpro效能測試工具

i042416發表於2020-08-16

Under package SWDP_PERFORMANCE_VERIFICATION there is a pair of reports WDT_TRACE_ON and WDT_TRACE_OFF which could switch on and switch off performance trace. To switch on trace, set the user parameter WDA_PERF_TRACE_ON as abap_true, then run report WDT_TRACE_ON.


ABAP Webdynpro效能測試工具


In the webdynpro runtime framework code,you could see there is code to record the runtime performance information implemented via keyword GET RUN TIME FIELD.


ABAP Webdynpro效能測試工具


You can find all positions where framework has done such performance recording with the help of report RS_ABAP_SOURCE_SCAN with search keyword name = macro name wdr_perf_trace_on and search package name = SWDP_RUNTIME_CORE.


ABAP Webdynpro效能測試工具


Once you activate the performance trace, you can run your application in UI as usual. After application runs over, you can deactivate the trace by running report WDT_TRACE_OFF, it will retrieve all runtime performance trace information with start and stop time.


ABAP Webdynpro效能測試工具


the report will also do some calculations based on those two times and display the result:


ABAP Webdynpro效能測試工具


For description of each columns, please refer to description maintained in DDIC structure STRC_S_STAT.


ABAP Webdynpro效能測試工具


要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":

ABAP Webdynpro效能測試工具


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2712086/,如需轉載,請註明出處,否則將追究法律責任。

相關文章