Technical Articles
Changes for Profile Data Analyzer
About This Page
We’d like to use this blog post to track the changes for profile data analyzer which is a standalone tool to systematically analyze issues from profiling data files (profiling files from SAP JVM Profiler or ABAP Runtime Analysis) and create analysis reports. The analysis reports provide additional graphic and interactive views than SAT/SE30/ST12 and SAP JVM Profiler. The application developers, system administrators, and support engineers could easily identify the most expensive parts of a program with these reports/views and then tune them. I will keep this page updated when there are new releases.
profile data analyzer – flame graph example
The latest profile data analyzer can be downloaded via this direct link as documented in KBA 2879724, or searching “profile data analyzer” in SAP Trials and Downloads.
Currently, the latest profile data analyzer version is “profile data analyzer 1.0.20210222”.
> java -jar ProfileDataAnalyzer.jar -v
profile data analyzer 1.0.20210222
You can find an introduction to the profile data analyzer in the following SCN blog series.
No. | Blog Post | Published Date(Y/M/D) |
---|---|---|
1 | Analyze ABAP Performance Traces with the Profile Data Analyzer | 2020/04/01 |
2 | Understanding the ABAP Program Logic With Profile Data Analyzer for Performance Optimization and Other Tasks | 2020/05/06 |
3 | Understanding the ABAP Program Logic With Profile Data Analyzer – ME23N | 2021/04/13 |
Changes of Profile Data Analyzer
Here is the changelog for the profile data analyzer.
Version | Major Changes | Comments |
---|---|---|
1.0.20210222 | Here are some important features in this version.
|
The latest version. |
1.0.20200114 | The initial release in SCN which supporting the analysis of both Java and ABAP performance trace(KBA 2881237). | – |
Further Reading
Here is the central KBA 2946611, and the KBAs which are included in it.
-
- Guides & References
- Tips
Here are the documents for SE30, SAT, and ABAP performance trace
-
- Executing Measurements in SE30/SAT: Online help link
- Starting the ABAP Profiler on ABAP in Eclipse: Online help link
- Aggregation by call stack which could reduce the trace size and only available on ABAP in Eclipse: Online help link
Here are the documents for SAP JVM Profiler