Skip to content

Commit af9dd77

Browse files
pablogsallkollar
andauthored
Update Lib/profiling/sampling/live_collector.py
Co-authored-by: László Kiss Kollár <kiss.kollar.laszlo@gmail.com>
1 parent b1b9614 commit af9dd77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/profiling/sampling/live_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ def render(self, line, width, **kwargs):
947947
elif self.collector.paused:
948948
status.append("[PAUSED]")
949949
if self.collector.filter_pattern:
950-
status.append(f"[Filter: {self.collector.filter_pattern}]")
950+
status.append(f"[Filter: {self.collector.filter_pattern} (c to clear)]")
951951
status_str = " ".join(status) + " " if status else ""
952952

953953
if self.collector.finished:

0 commit comments

Comments
 (0)