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

time complexity

Former Member
0 Likes
833

Hi,

I there any way to check time complexity(time units) of a code/program..

5 REPLIES 5
Read only

Former Member
0 Likes
674

You may use SE30 to get runtime analysis.

Ps: Reward points if helpful.

Read only

Former Member
0 Likes
674

HI

YOU CAN DO PERFORMANCE TESTING USING SM30.

Read only

Former Member
0 Likes
674

U can used transaction STAT in combination with SM30 for runtime analysis.

regards,

Sumeet Mishra

Read only

0 Likes
674

from the program u can call

SWO_GET_RUNTIME_INFO

fn module

Read only

0 Likes
674

In the help search for:

- SET RUN TIME ANALYZER

- GET RUN TIME