File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ heaptrack_filename="$(basename "$heaptrack_logpath")"
6262log " created heaptrack report at $heaptrack_logpath "
6363log " you can inspect it using this command:"
6464echo " "
65- echo " ${WHITE} heaptrack_print ${heaptrack_logpath} .zst | less${RESET} "
65+ echo -e " ${WHITE} heaptrack_print ${heaptrack_logpath} .zst | less${RESET} "
6666echo " "
6767log " or publish it via http and download locally to inspect with heaptrack gui version:"
6868echo " "
69- echo " ${WHITE} cp ${heaptrack_logpath} .zst /var/www/html/tmp/${RESET} "
69+ echo -e " ${WHITE} cp ${heaptrack_logpath} .zst /var/www/html/tmp/${RESET} "
7070echo " "
7171log " then click here to download https://zillyhuhn.com/tmp/${heaptrack_filename} .zst"
7272log " after downloading clean it up using this command:"
7373echo " "
74- echo " ${WHITE} rm /var/www/html/tmp/${heaptrack_filename} .zst${RESET} "
74+ echo -e " ${WHITE} rm /var/www/html/tmp/${heaptrack_filename} .zst${RESET} "
7575echo " "
You can’t perform that action at this time.
0 commit comments