[geos-devel] Current Benchmarks

Paul Ramsey pramsey at refractions.net
Tue Feb 11 20:21:22 EST 2003


I'm using exactly the same code as you are... the only thing I can think 
is that the GNU library uses microseconds and the MS library uses 
milliseconds.

   startTime=clock();
   poly->intersects(box);
   endTime=clock();
   double totalTime=(double)(endTime-startTime);
   printf( "n Pts: %i  Executed in %6.0f ms.\n",nPts,totalTime);


Yury A. Bychkov wrote:
> Hi Paul,
> 
> Are you sure you don't have 3 extra 0's at the end of those numbers?


-- 
       __
      /
      | Paul Ramsey
      | Refractions Research
      | Email: pramsey at refractions.net
      | Phone: (250) 885-0632
      \_




More information about the geos-devel mailing list