Hello Muthuram,
to my knowledge there exists no real "tracking" feature for procedures. There exists an audit log policy type for procedure execution, but I think that is not the information you wanna see.
I think you wanna see which statement causes the long runtime. Beside the classical things like the Performance Threads view and the Trace functionality you can check system view M_ACTIVE_PROCEDURES. As long as the procedure is active it gives you detailed information about the runtime of the statements executed (or in execution) by the procedure.
Regards,
Florian