oUF-wow / oUF

WoW AddOn - Unit frame framework.
MIT License
222 stars 58 forks source link

core: Update nameplate hook #636

Closed ls- closed 1 year ago

ls- commented 1 year ago

This one reduces our footprint. Because we hooked the OnEvent handler oUF got EVERYTHING that's happening in and because of that function attributed to it. So in addons like ACU we'd get hugely inflated numbers without actually doing anything at all 😒🔫

Before: image

After: image

"Free performance" 🤣 Just to be clear, there's no actual performance improvement in this PR. It's just a quirk of how function hooking works.