Commit 1346c68 1 parent 5117cf2 commit 1346c68 Copy full SHA for 1346c68
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
77
77
mapRange = {0 ,0 };
78
78
std::deque<uint64_t > targetsQueue;
79
79
phmap::parallel_flat_hash_map<uint64_t ,bool > targetsMap;
80
-
81
- lg.verbose (" Candidate paths remaing/total: " + std::to_string (kcount-explored) + " /" + std::to_string (kcount));
82
80
83
81
while (mapRange[1 ] < mapCount) {
84
82
@@ -100,6 +98,8 @@ bool DBG::DBGtoVariants(InSegment *inSegment) {
100
98
101
99
for (uint64_t c = 0 ; c<kcount; ++c){
102
100
101
+ lg.verbose (" Candidate paths remaing/total: " + std::to_string (kcount-explored) + " /" + std::to_string (kcount), true );
102
+
103
103
targetsMap.erase (targetsQueue.front ()); // update targets
104
104
targetsQueue.pop_front ();
105
105
if (c+k+userInput.maxSpan < kcount) {
You can’t perform that action at this time.
0 commit comments