Is there a way to measure how long it takes to draw a view on a device ? Let say I have a panel that I want to update very fast, how can I know how fast I can refresh it ?
Dim StartTime, DurationInMilliseconds as long
StartTime = Datetime.Now
TimeConsumingProcedure 'replace with your procedure
DurationInMilliseconds = DateTime.Now - StartTime
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.