From 70c3b5499c9d814d08425e1c9996311cb94e5165 Mon Sep 17 00:00:00 2001 From: Adam Sandberg Ericsson Date: Tue, 4 Oct 2022 11:00:32 +0100 Subject: [PATCH] Include an explanation for "ic" --- flamegraph.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flamegraph.pl b/flamegraph.pl index d2172b61..f8c23035 100755 --- a/flamegraph.pl +++ b/flamegraph.pl @@ -1156,7 +1156,7 @@ sub flow { $im->stringTTF("details", $xpad, $imageheight - ($ypad2 / 2), " "); $im->stringTTF("unzoom", $xpad, $fontsize * 2, "Reset Zoom", 'class="hide"'); $im->stringTTF("search", $imagewidth - $xpad - 100, $fontsize * 2, "Search"); -$im->stringTTF("ignorecase", $imagewidth - $xpad - 16, $fontsize * 2, "ic"); +$im->stringTTF("ignorecase", $imagewidth - $xpad - 16, $fontsize * 2, "Ignore caseic"); $im->stringTTF("matched", $imagewidth - $xpad - 100, $imageheight - ($ypad2 / 2), " "); if ($palette) {