On Jun 23, 2008, at 10:38 PM, Andrea Connell wrote:

>
>> Have you tried compiling with the profiler and seeing where the  
>> time is
> being spent?
>
> I compiled with the profiler and used prof to analyze the mon.out  
> file.
> The program took 47 seconds to run, but the results only account  
> for .39
> seconds

Most likely all the time is being spent in IO related system calls
- read(), write() and fsync().

Dan.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to