> How do I use Delphi to test a hash function's sorting speed?

How do I use Delphi to test a hash function's sorting speed?

Posted at: 2014-12-18 
So, I'm working on this project right now, and basically what I need to do is find the speed at which a couple of different hash functions sort some data. While doing some research, I heard that I could use the Delphi Profiler tool to test these hash functions speed and collisions when sorting data. I want them to sort a huge list of english words while having the profiler give me the time it took to sort and the number of collisions. I'm new to this, so please give me a thorough guide on how I can set this up. Points for best answer and all. Thanks