Home
last modified time | relevance | path

Searched refs:incrementCommandsExecuted (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dcommands.h240 virtual void incrementCommandsExecuted() = 0;
355 void incrementCommandsExecuted() final { in incrementCommandsExecuted() function
H A Dservice_entry_point_mongod.cpp758 command->incrementCommandsExecuted(); in execCommandDatabase()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/commands/
H A Dstrategy.cpp186 c->incrementCommandsExecuted(); in execCommandClient()