Aspect of performance, sure, but a fairly insignificant one. A modern SSD can load a multi-megabyte application image and data faster than you can blink. That's not the bottleneck. Now, verification, relocation, linking, registration, initialization, app-specific behavior — those are potentially expensive things that can impact loading times a lot. You can try to compare aspects of two otherwise identically configured machines by timing how long it takes them to start certain software, but you can never be sure what exactly are you measuring. Does the certificate on one of the machines need to be refreshed? Is the app on the other one randomly checking for updates on startup? Did the internal clock on one machine hit a magic number that makes the copy of the app invalidate it's caches? There are so many things that cannot be controlled reasonably...