MCPcopy Create free account
hub / github.com/Tencent/phxqueue / StatData

Method StatData

phxqueue/comm/utils/benchmark_util.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91class StatData {
92public:
93 StatData() {
94 pthread_mutex_init(&mutex, nullptr);
95 }
96 pthread_mutex_t mutex;
97 std::map<int, uint32_t> res_st;
98 std::map<uint64_t, uint32_t> time_st;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected