SQLite Forum

Execution durations
Login

Execution durations

(1) By anonymous on 2020-09-16 10:21:57 [link] [source]

Is there a way to get the timing output produced when .timer on when executing a query using an ODBC connection?

I had a look at https://www.sqlite.org/lang_keywords.html but could not see anything that might.

(2) By Warren Young (wyoung) on 2020-09-16 13:27:19 in reply to 1 [source]

This is a SQLite shell command, written in C around the calls to SQLite proper. Therefore, you would write such a thing in your host language.

Many programming systems have packages for benchmarking. Perhaps if you said what your host language for SQLite was, some of us could suggest one?

(3) By anonymous on 2020-09-16 14:23:25 in reply to 2 [link] [source]

Suggestions for either C# or VB.Net or VBA would be welcome;thanks.