Hi Guillaume,
if you want make some performance measurements, there are several possibilities.
In case you want to measure a timespan within your GUI application and it is sufficient to get the time in milliseconds, you can call the function EwGetTicks() within a piece of native code (at start and stop) and calculate the delta. This function returns the number of milliseconds since system start.
In case you want to use some precision timer from your underlying system, you can access the counter/timer registers also from some native code.
Best regards,
Manfred.