Console I/O can slow down a program, but I don't think it would make a huge difference if you are only outputting a number every so often, if the console is scrolling like crazy, then it is probably being inhibited. If the number is being output in hex/binary I would think it is resonably fast, if it is doing it in base 10, then it would probably be slower.
|