MCPcopy Create free account
hub / github.com/apache/brpc / StartTestCase

Method StartTestCase

example/auto_concurrency_limiter/server.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void StartTestCase() {
106 CHECK(!_running_case);
107 _running_case = true;
108 UpdateLatency();
109 }
110
111 void StopTestCase() {
112 _running_case = false;

Callers 1

NotifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected