LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

GetTimerTickData() vs Timer() performance

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

Davide Vittorio G. - TLGB S.R.L.
Italian SW Developer
0 Kudos
Message 1 of 1
(2,415 Views)