Re: execution time on RPI.

2017-08-04 Thread Mohammad Hamad
Hi Martin, thank you for the explanation. best, On 3 August 2017 at 16:54, Martin Stein wrote: > Hi Mohammad, > > Am 02.08.2017 um 16:36 schrieb Mohammad Hamad: > > I am trying to measure the execution time of a function on RPI model B. > > > > I used the

Re: execution time on RPI.

2017-08-04 Thread Martin Stein
Hi Mohammad, Am 02.08.2017 um 16:36 schrieb Mohammad Hamad: > I am trying to measure the execution time of a function on RPI model B. > > I used the "Trace::timestamp" function to calculate it. In the same > time, I used the elapsed_ms() function to compare with it. > > as I understood, the

Re: execution time on RPI.

2017-08-04 Thread Martin Stein
Hi Mohammad, Am 02.08.2017 um 16:36 schrieb Mohammad Hamad: > I am trying to measure the execution time of a function on RPI model B. > > I used the "Trace::timestamp" function to calculate it. In the same > time, I used the elapsed_ms() function to compare with it. > > as I understood, the

Re: execution time on RPI.

2017-08-03 Thread Martin Stein
Hi Mohammad, Am 02.08.2017 um 16:36 schrieb Mohammad Hamad: > I am trying to measure the execution time of a function on RPI model B. > > I used the "Trace::timestamp" function to calculate it. In the same > time, I used the elapsed_ms() function to compare with it. > > as I understood, the

execution time on RPI.

2017-08-02 Thread Mohammad Hamad
Hi all, I am trying to measure the execution time of a function on RPI model B. I used the "Trace::timestamp" function to calculate it. In the same time, I used the elapsed_ms() function to compare with it. as I understood, the "Trace::timestamp" function gives the performance counter. Dose