Currently, I am in the process of developing an AngularJS JavaScript
application that includes approximately 500 to 600 functions within a single directive.
A significant number of these functions are interdependent and interconnected with each other, with the flow initiating from the Onload Event.
My primary objective is to accurately determine which functions are triggered during the Onload Event
when the project is executed.
I also aim to have this information printed on the console for further analysis.
Despite searching extensively online, I have not been able to find a definitive solution to my query.
Is there any existing method or tool available that can assist me in identifying the specific functions being executed?