MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / L2RefillCount

Method L2RefillCount

tensorflow/lite/experimental/ruy/pmu.cc:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210float PmuEvents::L2RefillCount() const {
211 return static_cast<float>(priv->l2d_cache_refill.Count());
212}
213
214float PmuEvents::L3RefillCount() const {
215 // Important: this was discovered in the context of the above experiments,

Callers 1

BenchmarkMethod · 0.80

Calls 1

CountMethod · 0.45

Tested by 1

BenchmarkMethod · 0.64