Home
last modified time | relevance | path

Searched refs:branch_misses (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/vm_power_manager/
H A Doob_monitor_x86.c37 uint64_t branches, branch_misses; in apply_policy() local
65 branch_misses = counter; in apply_policy()
69 ci->cd[core].last_branch_misses = branch_misses; in apply_policy()
87 branch_misses >>= 1; in apply_policy()
89 miss_diff = (int64_t)branch_misses - (int64_t)last_branch_misses; in apply_policy()