]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When compiling with VDBE_PROFILE, add the sqlite3NProfileCnt global variable
authordrh <drh@noemail.net>
Mon, 12 Feb 2018 20:27:34 +0000 (20:27 +0000)
committerdrh <drh@noemail.net>
Mon, 12 Feb 2018 20:27:34 +0000 (20:27 +0000)
commit35043cc32a4717edcc36153b2a1ced67d8750232
tree97ea7310491b517759dc14db4a8e0efbc9bcd480
parent1db7db1f03303b798ac572dbc2de8a2d7beea745
When compiling with VDBE_PROFILE, add the sqlite3NProfileCnt global variable
which can be used to measure per-opcode values other than elapse time, if
non-zero.

FossilOrigin-Name: d44d5936428859b6d3e089d9835acb8ca1f3c0a85b59eeaa619170623e7dcc30
manifest
manifest.uuid
src/global.c
src/sqliteInt.h
src/vdbe.c