The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
How to time a DM42 program?
09-23-2024, 09:12 PM
Post: #1
How to time a DM42 program?
I'd like to run benchmark tests between a DM42 and a DM42n.
In order to do this, I'd like to time the benchmark programatically rather than rely on my shaky hands to operate a stopwatch. Is there a way to do that? Here's how it's done in ANSI BASIC

Code:
T=TIMER
<do program  here>
T=TIMER-T
PRINT "Runtime:";T;"seconds"

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to time a DM42 program? - toml_12953 - 09-23-2024 09:12 PM
RE: How to time a DM42 program? - Werner - 09-23-2024, 10:47 PM



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