From 617adf4090fbaac3a3b2d943548eeb6516fb9bdd Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 26 Sep 2022 23:38:30 -0400 Subject: Add show db engine memory usage. --- xsig/include/signature_db.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xsig/include') diff --git a/xsig/include/signature_db.hpp b/xsig/include/signature_db.hpp index 23e3aae..b98b22a 100644 --- a/xsig/include/signature_db.hpp +++ b/xsig/include/signature_db.hpp @@ -94,6 +94,8 @@ public: std::vector> search_image(const fs::path &path, const populate_cfg_t &cfg, bool insert = false); + int64_t db_memory_usage(); + //disjoint set for keeping similar images in the same group //some of these probably shouldn't be public. TBD... void ds_init(); -- cgit v1.2.3