From 011569d96cbadc3ee925187f39418dbc52f2f12f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 26 Feb 2016 02:53:34 -0500 Subject: eshprof: Really right-justify "self seconds" column heading --- (limited to 'eshprof') diff --git a/eshprof/flat-profile.esh b/eshprof/flat-profile.esh index a9f2d20..c928b37 100644 --- a/eshprof/flat-profile.esh +++ b/eshprof/flat-profile.esh @@ -165,7 +165,7 @@ show_table() local percent= local calls= - printf ' self\n' + printf ' self\n' printf '%% time seconds calls name\n' for fn in ${fns}; do eval "time=\${fn_timing_${fn}}" -- cgit v0.9.1