MCPcopy 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
228float PmuEvents::L1TLBRefillCount() const {
229 return static_cast<float>(priv->l1d_tlb_refill.Count());
230}
231
232float PmuEvents::L2TLBRefillCount() const {
233 return static_cast<float>(priv->l2d_tlb_refill.Count());

Callers 1

BenchmarkMethod · 0.80

Calls 1

CountMethod · 0.45

Tested by 1

BenchmarkMethod · 0.64