Admin/profiling_report
changeset 17001 51ff2bc32774
parent 16858 fade1d3a2995
child 36859 51af1657263b
--- a/Admin/profiling_report	Tue Aug 02 16:52:21 2005 +0200
+++ b/Admin/profiling_report	Tue Aug 02 19:47:11 2005 +0200
@@ -27,7 +27,7 @@
 }
 
 foreach my $fun (keys %log) {
-    push @output, (sprintf "%12d %s\n", $log{$fun}, $fun);
+    push @output, (sprintf "%14u %s\n", $log{$fun}, $fun);
 }
 
 print (sort @output);