I used gettimeofday() but i have the same problem
Code:struct timeval start,end; gettimeofday(&start,NULL); take_forks(i); gettimeofday(&end,NULL); double b=(double)(end.tv_usec-start.tv_usec);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: problem with clock()Threaded View
|
Click Here to Expand Forum to Full Width |