1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

How can I use INTERVAL() to measure elapsed time?

Discussão em 'StackOverflow' iniciado por fdantas, Maio 7, 2015.

  1. fdantas

    fdantas Administrator Moderador

    Could anyone help me figure out how to check which loop is faster - FOR or REPEAT, using Etime and interval function?

    do: etime(yes). repeat i = 1 to 5: display '123'. end. end1 = etime. display "etime for repeat block" end1 - start1. end.

    Instead of using end1-start1 I would like to use interval function to find the elapsed time. Thank you.

    Continue reading...

Compartilhe esta Página