investigating a performance worse than expected I fell over the following phenomena:
I have two Linux 64 executables named "olithink589" on a new Debian Linux with an idle AMD EPYC 7502P 32-Core Processor. One is in the current folded and another, older one is in "bin". The identity is checked by:
Code: Select all
diff ./olithink589 bin/olithink589
Code: Select all
knps: 2090
Code: Select all
knps: 2221
Is there any explanation?