> On Jan 17, 2018, at 6:16 PM, Nick <haveagoodtime2...@gmail.com> wrote:
> 
> Jens, I totally agree with your opinion of profile. I have tried to find some
> useful tools to profile applications using sqlite

A CPU profiler works on arbitrary code, so it shouldn’t need to know anything 
about SQLite. (Although some profilers rely on instrumenting the code, so you 
have to compile with some special compiler flag, which means you’d need to 
compile sqlite3.c as part of your program.)

> So, what is the tool you mentioned such as ‘sample’ tool?

‘sample’ is Mac-specific. I don’t know what kind of CPU profiling tools exist 
for Android; that’s off-topic here but I’m sure there’s a lot of Android info 
out there…

—Jens

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

Reply via email to