From 6b492daddd682de986e3f983ecfc1d29ed70b0a0 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 5 Mar 2024 18:58:49 +0100 Subject: measure elapsed time for search --- src/search.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/search.h') diff --git a/src/search.h b/src/search.h index 5b5f4b7..3bae1a3 100644 --- a/src/search.h +++ b/src/search.h @@ -27,6 +27,7 @@ typedef struct t_ts_search_result int file_count; ts_memory_bucket memory; struct t_ts_search_result* prev_result; + uint64_t timestamp; // thread syncing ts_mutex mutex; -- cgit v1.2.3-70-g09d2