Tagged Questions
9
votes
2answers
540 views
Why is this loop so much faster under Windows?
In a recent question, Yiannis Lazarides was asking about benchmarking loops. Strangely his results were about 800 times faster than mine. I couldn't quite accept that my computer is that outdated (as ...
6
votes
2answers
412 views
How to determine the run time of a loop?
pdfTeX, provides two macros that can be used to determine the time elapsed from a run start. The first one determines the elapsed time in "scaled seconds", that means seconds divided by 65536.
...