Also measure the time it takes to set the pattern.
This commit is contained in:
parent
70cd8e74eb
commit
cdbb118238
@ -65,6 +65,7 @@ class CompletionFilterModel(QSortFilterProxyModel):
|
|||||||
Args:
|
Args:
|
||||||
val: The value to set.
|
val: The value to set.
|
||||||
"""
|
"""
|
||||||
|
with debug.log_time(log.completion, 'Setting filter pattern'):
|
||||||
self.pattern = val
|
self.pattern = val
|
||||||
self.invalidateFilter()
|
self.invalidateFilter()
|
||||||
sortcol = 0
|
sortcol = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user