D
D
Dubolom Unicellular2020-06-06 15:17:09
Windows
Dubolom Unicellular, 2020-06-06 15:17:09

How to find out how long the application was launched?

How to find out how long the application was launched?
Is there a program?
After all, when I manually start the timer, large errors appear in

Windows 10. The program needs to count when the program starts, how much has passed before it is fully launched.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Pavlov, 2020-06-06
@duboloms

If it is possible, then 2 variables can be introduced into the program: 1 will save the windows time during program startup, and the second will save windows time after the program is fully launched, and the difference between the variables will be the program startup time.

B
BasiC2k, 2020-06-06
@BasiC2k

With the "launch start" event, there are practically no questions. Let's say that the start of the launch is a user click on the program icon.
But what do you mean by the "completion of the launch" event is a big question.
Interface drawing? - so the interface can be drawn in parts for a long time. The program may be without an interface at all.
Loading used dlls is also not an indicator.
Be clear, maybe someone can answer your question.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question