<div dir="ltr"><p class="MsoNormal">Hi all, </p><p class="MsoNormal">I am trying to measure the execution time of a function on RPI model B. </p><p class="MsoNormal">I used the "Trace::timestamp" function to calculate it. In the same time, I used the elapsed_ms() function to compare with it.</p><p class="MsoNormal">as I understood, the "Trace::timestamp" function gives the performance counter.  Dose the elapsed_ms function provide the execution time of the method in milliseconds? </p><p class="MsoNormal">During the measurements, I got some related numbers in somehow. For an example, the average of  elapsed_ms() was 2,18 and the  average of performance counter is 24825,02</p><p class="MsoNormal">How could I convert the delta of the performance counter to milliseconds? I guess I need to divide by the CPU_cycle.</p><p class="MsoNormal"> If yes, does the cpu_cycle specified or modified by the Genode? How can  I get this value?</p><p class="MsoNormal"><br></p><p class="MsoNormal">best, </p></div>