Changeset 1719
- Timestamp:
- 09/17/10 00:00:58 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsbulktest.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsbulktest.cc
r1718 r1719 234 234 typedef boost::iterator_range<std::vector<std::pair<double, double> >::iterator > histogram_type; 235 235 236 boost::format statfmt("Time < %6.0 1f msec %|30t|%6.03f%% cumulative\n");236 boost::format statfmt("Time < %6.03f msec %|30t|%6.03f%% cumulative\n"); 237 237 238 238 for (unsigned int i = 0; i < sr.d_probs.size(); ++i) {