enable_profiling


Description:

public bool enable_profiling { set; get; }

Whether profiling is enabled.

Profiling in SQLHeavy bypasses the SQLite profiling mechanism, and instead makes use of a timer in each Statement. This is done so we can gather more information about the query than is available from and SQLite profiling callback.

See also:

QueryResult.execution_time, ProfilingDatabase