Skip to content

Commit 616d83f

Browse files
committed
make path exploration progress verbose
1 parent 3ba275d commit 616d83f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/variants.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
7777
mapRange = {0,0};
7878
std::deque<uint64_t> targetsQueue;
7979
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));
8082

8183
while (mapRange[1] < mapCount) {
8284

0 commit comments

Comments
 (0)