Post Reply 
time functions startTimer, checkTimer, tic, toc ...
05-01-2015, 02:20 AM (This post was last modified: 05-01-2015 02:36 AM by compsystems.)
Post: #1
time functions startTimer, checkTimer, tic, toc ...
Hello

I have seen the power of response in hpprime =), I want to make some comparisons with other calcs and maths pc.

I require timer commands for next firmware

Thanks

ti68K calcs
Code:
name_function(n)
 Func
   Local tm
   startTmr() → tm
   ...      
   checkTmr( tm )
   EndIf
 EndFunc


MatrixLab

Code:

tic;
toc;
disp([ ' computation time [seg] = ' num2str(toc)])
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
time functions startTimer, checkTimer, tic, toc ... - compsystems - 05-01-2015 02:20 AM



User(s) browsing this thread: 1 Guest(s)