Siebel Tools > How to debug Script performance in Siebel Tools
How to debug Script performance in Siebel Tools
To start this we need to go to Siebel Tools -> View -> Options -> Debug
and select 'Enable Profiler'. This will activate the Button 'Set Line Profile Rules'.

Click on Button 'Set Line Profile Rules'.
Here select Object Type = 'Application'. For Object Name I have selected a Business Component Name i.e. Action.
For Function I have selected Buscomp_Preinvokemethod.
You can select any values you want to debug.

Now you need to start Siebel Tools debugger. Once the debugger is started, select View -> Profiler-> Call Tree.
The Call Tree option is disabled until Siebel Tools starts debugging.

The script Performance view will show soon in Siebel Tools

For more details, check this link
https://docs.oracle.com/cd/E14004_01/books/UsingTools/using_script_editors24.html#wp1132877
|