How can I calculate my application execution time. Application has 5 tasks which will run parallel. What I observed is after the BIOS_start() these tasks will be executed. If I keep timestamp calculations after BIOS_start(), it never executes. So how I have to calculate total execution time for my application including all tasks.
Thanks in advance.