src/eric7/DataViews/PyProfileDialog.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10076
649f7ca537ea
child 10423
299802979277
equal deleted inserted replaced
10372:1444b4bee64b 10373:093dcebe5ecb
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 (

eric ide

mercurial