summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshprof/flat-profile.esh4
1 files changed, 2 insertions, 2 deletions
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' \