Fastest method Timing
BlitzMax Forums/BlitzMax Beginners Area/Fastest method Timing| 
 | ||
| Anyone have a somewhat advanced piece of code that times another piece of code for speed? | 
| 
 | ||
| Why does it need to be advanced?  What is 'advanced' anyway? I do this: Local s:Int = Millisecs() 'do stuff here Print "Time Taken:" + (Millisecs() - s) |