Improved debugging for HNSW locks [skip ci]

This commit is contained in:
Andrew Kane
2024-03-11 16:15:06 -07:00
parent 62350b1589
commit fb2782c9f6
3 changed files with 27 additions and 10 deletions

View File

@@ -113,7 +113,10 @@
/* Variables */
extern int hnsw_ef_search;
extern int hnsw_lock_tranche_id;
extern int hnsw_entry_lock_tranche_id;
extern int hnsw_allocator_lock_tranche_id;
extern int hnsw_flush_lock_tranche_id;
extern int hnsw_element_lock_tranche_id;
typedef struct HnswElementData HnswElementData;
typedef struct HnswNeighborArray HnswNeighborArray;