21 Feb 2019 02:30 PM - last edited on 13 Dec 2021 11:09 AM by MaciejNeumann
Hello,
The screenshot is showing a response time hotspot view.
What is the difference between CPU Time and Execution Time ?
Best Regards,
Fousseyni B.
Solved! Go to Solution.
21 Feb 2019 02:41 PM
In general, not whole execution time is caused by CPU. This is only part of time spent while executing your code. There are for example some time for allocating memory, reading libraries etc.
Sebastian