summaryrefslogtreecommitdiffstats
path: root/eshprof
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-26 02:53:34 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-26 02:53:34 (EST)
commit011569d96cbadc3ee925187f39418dbc52f2f12f (patch)
tree413bf6dba96ec41b0d8e3ef75ac7237cd94c71bf /eshprof
parent83dc03f7901fe8818103e4f0117338685891d455 (diff)
downloadeggshell-011569d96cbadc3ee925187f39418dbc52f2f12f.zip
eggshell-011569d96cbadc3ee925187f39418dbc52f2f12f.tar.gz
eggshell-011569d96cbadc3ee925187f39418dbc52f2f12f.tar.bz2
eshprof: Really right-justify "self seconds" column heading
Diffstat (limited to 'eshprof')
-rw-r--r--eshprof/flat-profile.esh2
1 files changed, 1 insertions, 1 deletions
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}}"