Application Development 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: 

SAT goes Eclipse Profiler -> Do I miss something or does the Profiler miss it?

bernd_dittrich
Active Participant
0 Kudos

I just learned that transaction SAT is retired and should be replaced by the profiling tools in ABAP in Eclipse.

I miss two things and maybe somebody here can help me with it:

  1. Connect to a customer system: I want (or actually have to 😆 ) to analyze performance traces on a customer system. I don´t see how I can connect my local eclipse to the customer system (STFK or something similar). I ´s it me missing the knowledge the  or is it the profiler lacking this functionality?
  2. Smart expansion: SAT has the ability to expand the critical pathes of a call tree (everything greater than e.g. 5% is automatically opened). Actually I would like to do this for a partial tree, but I can not see this even for the complete tree like it is available in SAT.

Thanks for your help,

Bernd

1 REPLY 1

schneidermic0
Advisor
Advisor
0 Kudos

Hi Bernd,

If you open the tab Call Tree in the trace, the tree will be expanded automatically along the path that consumes >=80% of the trace's runtime. The same should happen when you expand any sub tree in the call tree.

Michael