HomeSort by relevance Sort by last modified time
    Searched full:dminutes (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/dbus/
dbus_statistics.cc 189 int dminutes = dtime.InMinutes(); local
190 dminutes = std::max(dminutes, 1);
229 line += base::StringPrintf(" %d/min", sent_blocking / dminutes);
232 sent_blocking, sent_blocking / dminutes);
239 line += base::StringPrintf(" %d/min", sent / dminutes);
241 line += base::StringPrintf(" %d (%d/min)", sent, sent / dminutes);
248 line += base::StringPrintf(" %d/min", received / dminutes);
251 " %d (%d/min)", received, received / dminutes);

Completed in 289 milliseconds