Skip to content

Commit 0ca6850

Browse files
Update Lib/profiling/sampling/heatmap_collector.py
Co-authored-by: ivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
1 parent 42bc9a9 commit 0ca6850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/profiling/sampling/heatmap_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ def _build_line_html(self, line_num: int, line_content: str,
927927

928928
self_display = f"{self_samples:,}" if self_samples > 0 else ""
929929
cumulative_display = f"{cumulative_samples:,}"
930-
tooltip = f"Self: {self_samples:,}, Cumulative: {cumulative_samples:,}"
930+
tooltip = f"Self: {self_samples:,}, Total: {cumulative_samples:,}"
931931
else:
932932
bg_color = "transparent"
933933
self_bg_color = "transparent"

0 commit comments

Comments
 (0)