#include <counters.h>
Public Member Functions | |
| void | append (BSONObjBuilder &b) |
| FlushCounters () | |
| void | flushed (int ms) |
Private Attributes | |
| long long | _flushes |
| Date_t | _last |
| int | _last_time |
| long long | _total_time |
Definition at line 112 of file counters.h.
| mongo::FlushCounters::FlushCounters | ( | ) |
| void mongo::FlushCounters::append | ( | BSONObjBuilder & | b | ) |
| void mongo::FlushCounters::flushed | ( | int | ms | ) |
long long mongo::FlushCounters::_flushes [private] |
Definition at line 122 of file counters.h.
Date_t mongo::FlushCounters::_last [private] |
Definition at line 124 of file counters.h.
int mongo::FlushCounters::_last_time [private] |
Definition at line 123 of file counters.h.
long long mongo::FlushCounters::_total_time [private] |
Definition at line 121 of file counters.h.