Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ L1TLBRefillCount
Method
L1TLBRefillCount
tensorflow/lite/experimental/ruy/pmu.cc:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
float PmuEvents::L1TLBRefillCount() const {
229
return static_cast<float>(priv->l1d_tlb_refill.Count());
230
}
231
232
float PmuEvents::L2TLBRefillCount() const {
233
return static_cast<float>(priv->l2d_tlb_refill.Count());
Callers
1
Benchmark
Method · 0.80
Calls
1
Count
Method · 0.45
Tested by
1
Benchmark
Method · 0.64