| View previous topic :: View next topic |
| Author |
Message |
mehmed sipahi Guest
|
Posted: Thu Apr 14, 2005 8:52 am Post subject: how to measure time between 2 process? |
|
|
Hi
Anybody knows how can i measure time between 2 process..
my code is;
for(int i=0;i<100;i++)
{
TDateTime d1=Now();
DoJob();
TDateTime d2=Now();
}
So HOw can i get the time "in miliseconds" between d1 and d2?
|
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Thu Apr 14, 2005 12:50 pm Post subject: Re: how to measure time between 2 process? |
|
|
mehmed sipahi wrote:
| Quote: | Anybody knows how can i measure time between 2 process..
|
Please do not multi-post.
This is also not a suitable newsgroup for this kind of question.
See vcl.components.using for an answer.
Hans.
|
|
| Back to top |
|
 |
|