ABProf attempts to use simple A/B test statistical logic and apply it to the question, "which of these two programs is faster?" Most commonly, you profile by running a program a certain number of times ("okay, burn it into cache for 100 iterations, then run it 5000 times and divide the total time by 5000"). Then, you make changes to your program and do the same thing again to compare. Real statist