Hello everyone, i'm doing some optimisation in my code and i saw that Timer() use a lot of resource in my profiler.
i have thried, where possible, to use GetTimerTickData() instead, and it's seem faster than Timer().
now i want to improve the performance in a multithread application and i use Timer() and SyncWait() to slow down the thread.
Is there a function similar to GetTimerTickData() that get the thread execution time and time elapsed from one call to other?
thank you in advice for your support