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

Method stat

src/brpc/simple_data_pool.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131SimpleDataPool::Stat SimpleDataPool::stat() const {
132 Stat s = { _size, _ncreated.load(butil::memory_order_relaxed) };
133 return s;
134}
135
136} // namespace brpc
137

Callers 3

TESTFunction · 0.80
GetSessionLocalDataCountFunction · 0.80
CopyDirectoryFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by 1

TESTFunction · 0.64