Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
float PmuEvents::BranchMispredictionCount() const {
195
return static_cast<float>(priv->br_mis_pred.Count());
196
}
197
198
float PmuEvents::FrontendStallCount() const {
199
return static_cast<float>(priv->stall_frontend.Count());
Callers
1
Benchmark
Method · 0.80
Calls
1
Count
Method · 0.45
Tested by
1
Benchmark
Method · 0.64