MCPcopy Create free account
hub / github.com/apache/thrift / count

Method count

test/cpp/src/StressTest.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 Server() = default;
69
70 void count(const char* method) {
71 Guard m(lock_);
72 int ct = counts_[method];
73 counts_[method] = ++ct;
74 }
75
76 void echoVoid() override {
77 count("echoVoid");

Callers 15

iterate_programMethod · 0.45
is_pointer_fieldMethod · 0.45
check_separatorMethod · 0.45
TaskMethod · 0.45
runMethod · 0.45
runMethod · 0.45
loadTestMethod · 0.45
apiTestMethod · 0.45
monitorTimeoutTestMethod · 0.45
mainFunction · 0.45
runMethod · 0.45
waitForTimeRelativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected