1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +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

@@ -5535,4 +5535,8 @@ const char **sqlite3CompileOptions(int *pnOpt);
int sqlite3KvvfsInit(void);
#endif
#if defined(VDBE_PROFILE) || defined(SQLITE_PERFORMANCE_TRACE)
sqlite3_uint64 sqlite3Hwtime(void);
#endif
#endif /* SQLITEINT_H */