180 self.resultList.setSortingEnabled(False) |
180 self.resultList.setSortingEnabled(False) |
181 |
181 |
182 # now go through all the files |
182 # now go through all the files |
183 now = time.monotonic() |
183 now = time.monotonic() |
184 for progress, (func, (cc, nc, tt, ct, _callers)) in enumerate( |
184 for progress, (func, (cc, nc, tt, ct, _callers)) in enumerate( |
185 list(self.stats.items()), start=1 |
185 self.stats.items(), start=1 |
186 ): |
186 ): |
187 if self.cancelled: |
187 if self.cancelled: |
188 return |
188 return |
189 |
189 |
190 if ( |
190 if ( |