#include <counters.h>
Public Member Functions | |
void | append (BSONObjBuilder &b) |
void | btree (bool memHit) |
void | btree (char *node) |
void | btreeHit () |
void | btreeMiss () |
IndexCounters () | |
Private Attributes | |
long long | _btreeAccesses |
long long | _btreeMemHits |
long long | _btreeMemMisses |
long long | _maxAllowed |
bool | _memSupported |
ProcessInfo | _pi |
int | _resets |
int | _sampling |
int | _samplingrate |
Definition at line 71 of file counters.h.
mongo::IndexCounters::IndexCounters | ( | ) |
void mongo::IndexCounters::append | ( | BSONObjBuilder & | b | ) |
void mongo::IndexCounters::btree | ( | bool | memHit | ) | [inline] |
Definition at line 83 of file counters.h.
void mongo::IndexCounters::btree | ( | char * | node | ) | [inline] |
Definition at line 75 of file counters.h.
void mongo::IndexCounters::btreeHit | ( | ) | [inline] |
Definition at line 90 of file counters.h.
void mongo::IndexCounters::btreeMiss | ( | ) | [inline] |
Definition at line 91 of file counters.h.
long long mongo::IndexCounters::_btreeAccesses [private] |
Definition at line 107 of file counters.h.
long long mongo::IndexCounters::_btreeMemHits [private] |
Definition at line 106 of file counters.h.
long long mongo::IndexCounters::_btreeMemMisses [private] |
Definition at line 105 of file counters.h.
long long mongo::IndexCounters::_maxAllowed [private] |
Definition at line 103 of file counters.h.
bool mongo::IndexCounters::_memSupported [private] |
Definition at line 97 of file counters.h.
ProcessInfo mongo::IndexCounters::_pi [private] |
Definition at line 96 of file counters.h.
int mongo::IndexCounters::_resets [private] |
Definition at line 102 of file counters.h.
int mongo::IndexCounters::_sampling [private] |
Definition at line 99 of file counters.h.
int mongo::IndexCounters::_samplingrate [private] |
Definition at line 100 of file counters.h.