hi folks,
i was wondering if there is way to calculate time of a process in miliseconds
for example what i want to do right now is that I have a TstringLIst object called S and i want to know how many miliseconds does it's add process take to perform(as it might be different on different Computers with different Main Memory And Cpu Capacity)
Time OF This Process iN miliseconds:
S.Add(SomeStr);
Thanks In advanced