I'm looking for a function that will give me the time before a function runs, and then after it is complete, so I can analyze the time it takes for two algorithms to work. I need the output to be in microseconds. Is there a function call in a c++ library that will give me the time of day at a starting point, at the finishing point, subtract the latter from the former and return in microseconds?<br>
<br>
Tom
<br>
Tom