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

Method BranchMispredictionCount

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

Source from the content-addressed store, hash-verified

192}
193
194float PmuEvents::BranchMispredictionCount() const {
195 return static_cast<float>(priv->br_mis_pred.Count());
196}
197
198float PmuEvents::FrontendStallCount() const {
199 return static_cast<float>(priv->stall_frontend.Count());

Callers 1

BenchmarkMethod · 0.80

Calls 1

CountMethod · 0.45

Tested by 1

BenchmarkMethod · 0.64