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

Method BackendStallCount

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

Source from the content-addressed store, hash-verified

200}
201
202float PmuEvents::BackendStallCount() const {
203 return static_cast<float>(priv->stall_backend.Count());
204}
205
206float PmuEvents::L1RefillCount() const {
207 return static_cast<float>(priv->l1d_cache_refill.Count());

Callers 1

BenchmarkMethod · 0.80

Calls 1

CountMethod · 0.45

Tested by 1

BenchmarkMethod · 0.64