Changeset 1719

Show
Ignore:
Timestamp:
09/17/10 00:00:58 (3 years ago)
Author:
ahu
Message:

slightly improve statistics

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnsbulktest.cc

    r1718 r1719  
    234234  typedef boost::iterator_range<std::vector<std::pair<double, double> >::iterator > histogram_type; 
    235235   
    236   boost::format statfmt("Time < %6.01f msec %|30t|%6.03f%% cumulative\n"); 
     236  boost::format statfmt("Time < %6.03f msec %|30t|%6.03f%% cumulative\n"); 
    237237   
    238238  for (unsigned int i = 0; i < sr.d_probs.size(); ++i) {