We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba275d commit 616d83fCopy full SHA for 616d83f
src/variants.cpp
@@ -77,6 +77,8 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
77
mapRange = {0,0};
78
std::deque<uint64_t> targetsQueue;
79
phmap::parallel_flat_hash_map<uint64_t,bool> targetsMap;
80
+
81
+ lg.verbose("Canidate paths remaing/total: " + std::to_string(explored) + "/" + std::to_string(kcount));
82
83
while (mapRange[1] < mapCount) {
84
0 commit comments