Skip to content

Commit 4f10915

Browse files
pablogsallkollar
authored andcommitted
fixup! Update license.rst
1 parent 3799731 commit 4f10915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/profiling/sampling/flamegraph_template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3>🔥 Performance Heat Map</h3>
4949
<div class="legend-color" style="background-color: #3776ab"></div>
5050
<div>
5151
<div class="legend-label">Hottest Functions (≥60%)</div>
52-
<div class="legend-description">Python blue - most time spent</div>
52+
<div class="legend-description">Highest performance impact</div>
5353
</div>
5454
</div>
5555
<div class="legend-item">
@@ -70,7 +70,7 @@ <h3>🔥 Performance Heat Map</h3>
7070
<div class="legend-color" style="background-color: #ffd43b"></div>
7171
<div>
7272
<div class="legend-label">Warm Functions (12-18%)</div>
73-
<div class="legend-description">Python gold - moderate impact</div>
73+
<div class="legend-description">Moderate impact</div>
7474
</div>
7575
</div>
7676
<div class="legend-item">

0 commit comments

Comments
 (0)