Concurrent request waits
Does anyone know of an SQL which will allow you to see how much time an concurrent request spent in each phase? For example, how much time was the concurrent request waiting on a concurrent manager vs how much time was spent in actual processing? I need to do this retroactively, not for concurrent requests which are actively running.