Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Performance Analyzing using SE30

Former Member
0 Likes
477

Moved to correct forum by moderator. Please take care in future.

HI...

can you people help me with this.Suppose i am analyzing one program in SE30.In that particular program i have PERFORM.The same PERFORM is used in three different places of the program.When we see the list of the analyse report we see the total number of times the PERFORM is called in the program and the total execution time.

But i want to see individual data.means if the PERFORM is called twice in one place and single at other place i want to see the separate data along with separate time taken for execution.

Is that possible through SE30 or any other way.

Kind Regards,

Edited by: Matt on Dec 3, 2008 10:08 AM

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
458

You can create your own SE30 variant where you set aggregation to "per call position" or "none" on the "duration/type" tab. This writes a lot of data though, so better don't run it for huge amounts of test data.

Also see this blog:

Thomas

3 REPLIES 3
Read only

Former Member
0 Likes
458

Hi,

You can do that using ST05. This will list down time taken by each query to retreive data.

Best regards,

Prashant

Read only

ThomasZloch
Active Contributor
0 Likes
459

You can create your own SE30 variant where you set aggregation to "per call position" or "none" on the "duration/type" tab. This writes a lot of data though, so better don't run it for huge amounts of test data.

Also see this blog:

Thomas

Read only

0 Likes
458

Dear Thomas,

Thanx a lot for your help

Kind Regards,