Op 2020-01-07 om 14:29 schreef James Richters:
How can 0% + 0%+ 0%+ 0%+ 0%+ 0% = 100% ? looks like it just prints 100% all
the time and doesn't really add any total. All those zeros seem strange
unless your computer is so fast that every call takes so much less than a
microsecond that I can't
Op 2020-01-07 om 02:28 schreef Vojtěch Čihák via fpc-pascal:
I found this article: https://drewdevault.com/2020/01/04/Slow.html
but FPC is missing, so Iwrote simple:
program Project1;
begin
writeln('Hello world!');
end.
$ fpc -O3 -XX Project1.pas
Add -Xm and look at the generated map f
How can 0% + 0%+ 0%+ 0%+ 0%+ 0% = 100% ? looks like it just prints 100% all
the time and doesn't really add any total. All those zeros seem strange
unless your computer is so fast that every call takes so much less than a
microsecond that I can't be measured.
James
-Original Message-
F