From 58554e7310e90ba871cdf70120034d69e7280717 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 26 Feb 2016 01:42:39 -0500 Subject: eshprof: Right-justify "self seconds" column heading --- (limited to 'eshprof') diff --git a/eshprof/flat-profile.esh b/eshprof/flat-profile.esh index ca00c5d..a9f2d20 100644 --- a/eshprof/flat-profile.esh +++ b/eshprof/flat-profile.esh @@ -165,8 +165,8 @@ show_table() local percent= local calls= - printf ' self\n' - printf '%% time seconds calls name\n' + printf ' self\n' + printf '%% time seconds calls name\n' for fn in ${fns}; do eval "time=\${fn_timing_${fn}}" percent=$(printf 'scale = 2; 100 * %d / %d\n' \ -- cgit v0.9.1