1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Change the handling of hwtime.h to make it easier to compile performance

measurement builds that make use of hwtime.h.  This should not affect
productions builds.

FossilOrigin-Name: f64a224244743ab121371abd516fccbfc93c110e0952211764bd1b217e792c1b
This commit is contained in:
drh
2022-11-29 17:52:04 +00:00
parent 3c3896c9d6
commit 7741f3457a
6 changed files with 22 additions and 27 deletions

View File

@@ -618,16 +618,6 @@ void sqlite3VdbeRegisterDump(Vdbe *v){
#endif
#ifdef VDBE_PROFILE
/*
** hwtime.h contains inline assembler code for implementing
** high-performance timing routines.
*/
#include "hwtime.h"
#endif
#ifndef NDEBUG
/*
** This function is only called from within an assert() expression. It