Using SQL Server Profiler to Track Nested Stored Procedure Performance

profilersql serversql-server-2016

I have a slow unit test (defined as a SQL script) executing stored procedures nested in other stored procdedures.
I'd like to know if SQL Server Profiler provides tracks for execution along the 'call stack' at different nesting levels.

Best Answer

I got the answer in the meantime - sorry for the inconvenience

in profiler settings it is possible to select all events from there a list is provided and some settings can be checked to tracks for SP execution