Home
last modified time | relevance | path

Searched refs:dh_sweeps (Results 1 – 5 of 5) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_sweep03.py66 sweeps = stat_cursor[stat.conn.dh_sweeps][2]
120 sweep_baseline = stat_cursor[stat.conn.dh_sweeps][2]
153 sweep_baseline = stat_cursor[stat.conn.dh_sweeps][2]
H A Dtest_sweep01.py79 sweep1 = stat_cursor[stat.conn.dh_sweeps][2]
135 sweep2 = stat_cursor[stat.conn.dh_sweeps][2]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_sweep.c332 WT_STAT_CONN_INCR(session, dh_sweeps); in __sweep_server()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dstat.c1321 stats->dh_sweeps = 0; in __wt_stat_connection_clear_single()
1776 to->dh_sweeps += WT_STAT_READ(from, dh_sweeps); in __wt_stat_connection_aggregate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dstat.h485 int64_t dh_sweeps; member