1
This commit is contained in:
parent
71fcbd8bc5
commit
c99c33e2e9
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user