getting speed of verity search

2000-08-18 Thread Paul Johnston
I know there is a way of getting the speed of a verity search in milliseconds, but I can't remember the code to do it. It's something like setting the time beforehand (with milliseconds) and then checking the time after and then checking the difference. Anyone have the code to hand? Paul

Re: getting speed of verity search

2000-08-18 Thread Clint Tillerson
Is this the type of thing you're looking for? Put this before the search: Put this after the search: Then, this will convert the time to seconds: This will convert the time to minutes: Then output whichever one you wish to see: #searchTimeSec# Clint R