This commit is contained in:
aozhiwei 2024-09-26 15:11:16 +08:00
parent 71fcbd8bc5
commit c99c33e2e9

View File

@ -62,6 +62,9 @@ namespace a8
void PerfMonitor::Dump()
{
mutex_->lock();
for (auto& pair : dyn_hash_) {
a8::XPrintf("Perfmonitor::V %s = %d\n", {pair.first, pair.second});
}
mutex_->unlock();
}