Tuto WINDEV 25

380 Part 6: Optimizing and debuging a project • The "Details" tab presents all processes or events run, from the slowest one to the fastest one. The following information is displayed for each process or event: • Function: Function, event or procedure run. • Total time: Execution time of function. • Internal time: Execution time due to the engine. • Nb of calls: Number of calls made to the function (procedure or event). • Time 1 call: Execution time of a call to the function (procedure or event). • Code %: Percentage of time spent in the process of function or procedure (developer code that can be optimized). • Parent: Element that contains the process. ▶ In our case, the "Details" tab indicates that the call to the "Ping" function is one of the elements taking the longest time. 1. Select this line. We are going to check whether this slowdown is caused by a specific problem.

RkJQdWJsaXNoZXIy NDQ0OA==