29 uint32_t window_size{20u};
30 seqan3::shape shape{seqan3::ungapped{20u}};
31 uint8_t shape_size{shape.size()};
32 uint8_t shape_weight{shape.count()};
41 uint64_t query_length{};
51 bool write_time{
false};
53 bool cache_thresholds{
false};
58 mutable seqan::hibf::concurrent_timer wall_clock_timer{};
59 mutable seqan::hibf::concurrent_timer query_length_timer{};
60 mutable seqan::hibf::concurrent_timer query_file_io_timer{};
61 mutable seqan::hibf::concurrent_timer load_index_timer{};
62 mutable seqan::hibf::concurrent_timer compute_minimiser_timer{};
63 mutable seqan::hibf::concurrent_timer query_ibf_timer{};
64 mutable seqan::hibf::concurrent_timer generate_results_timer{};
65 mutable seqan::hibf::concurrent_timer complete_search_timer{};
66 mutable seqan::hibf::concurrent_timer parallel_search_timer{};
68 void print_timings()
const;
69 void write_timings_to_file()
const;
73 return {.window_size = window_size,
75 .query_length = query_length,
77 .percentage = threshold,
80 .cache_thresholds = cache_thresholds,