This execution analyser ( an option since it may slow down execution) will analyse the UUTGener executions and recomend user for improving the perfomance.
Few things that i can think of is :
1) If a debug DLL is running which if replaced will improve speed.
2) Check for memory leaks.
3) Generate list of steps which are logged many times ( example in loop which may not be requied to log)
4)List out steps which are taking long time to execute( say top 5)
5)List out steps whose execution time is inconsistent ( varies considerably from execution to execution
These are few of the things that i could think of.There maybe others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm closing this idea since there's a higher-voted similar one.