Skip to content

Commit

Permalink
Fix some cosmetic problems in the end-of-run statistics report.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed May 15, 2005
1 parent e523828 commit 1f3105b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/POE/Resource/Statistics.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sub _data_stat_finalize {

if (TRACE_STATISTICS) {
POE::Kernel::_warn(
'<pr> ,----- Observed Statistics ' , ('-' x 50), ",\n"
'<pr> ,----- Observed Statistics ' , ('-' x 47), ",\n"
);
foreach (sort keys %average) {
next if /epoch/;
Expand All @@ -65,7 +65,7 @@ sub _data_stat_finalize {
$average{user_events} ||= 1;

POE::Kernel::_warn(
'<pr> +----- Derived Statistics ', ('-' x 39), "+\n",
'<pr> +----- Derived Statistics ', ('-' x 48), "+\n",
sprintf(
"<pr> | %60.60s %9.1f%% |\n",
'idle', 100 * $average{avg_idle_seconds} / $average{interval}
Expand Down

0 comments on commit 1f3105b

Please sign in to comment.