Hi,
I was wondering if there is a file equivalent to the .pti generated by Edlog for the CRBasic editor. Poking around my computer I didn't see anything but hoped I might just be overlooking the file someplace or a feature in the CRBasic editor. I'm using LoggerNet 3.4.1. thanks
--Bob
IF you looking to see how long different instructions are taking to run, then please look at the Instructiontimes instruction in the CRBasic help. It allows you to write the current excecution time of each instruction in a program into an array which you can monitor live.
It can take some thinking about to interpret but the results are more accurate than the approximations and assumptions made in the Edlog pti file.
Cool, thanks very much, I'll give that a try.