Searched refs:last_ops (Results 1 – 4 of 4) sorted by relevance
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/ |
H A D | main.c | 174 int ctr, i, last_ops[N_THREADS]; in monitor() local 181 memset(last_ops, 0, sizeof(int) + N_THREADS); in monitor() 204 if (ctr != last_ops[i]) in monitor() 205 last_ops[i] = ctr; in monitor()
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/ |
H A D | ReadWrite.actor.cpp | 322 state int64_t last_ops = 0; in tracePeriodically() local 339 …self->periodicMetrics.push_back( PerfMetric( ts + "Operations/sec", (ops-last_ops)/self->periodicL… in tracePeriodically() 374 last_ops = ops; in tracePeriodically()
|
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lrm/lrmd/ |
H A D | lrmd.c | 2495 GHashTable* last_ops = NULL; in on_msg_get_state() local 2530 last_ops = g_hash_table_lookup(rsc->last_op_table, client->app_name); in on_msg_get_state() 2531 if (last_ops == NULL) { in on_msg_get_state() 2536 op_count = g_hash_table_size(last_ops) in on_msg_get_state() 2556 if(last_ops != NULL) { in on_msg_get_state() 2557 g_hash_table_foreach(last_ops, send_last_op, client->ch_cmd); in on_msg_get_state()
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/bench/wtperf/ |
H A D | wtperf.c | 1492 uint64_t last_ops, msecs, print_ops_sec; in execute_populate() local 1522 for (elapsed = 0, interval = 0, last_ops = 0; in execute_populate() 1541 wtperf->insert_ops - last_ops, wtperf->insert_ops, in execute_populate() 1543 last_ops = wtperf->insert_ops; in execute_populate()
|