Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark the performance of int3 hooks as compared to thcrap breakpoints #116

Closed
32th-System opened this issue Oct 12, 2022 · 1 comment

Comments

@32th-System
Copy link
Member

On a CPU that already almost maxes out one core just running the base game, an int3 hook every might be a significant performance penalty, as opposed to thcrap breakpoints that are just a simple call into thcrap code. We'd have to make some sort of benchmark tool and send it to a bunch of people to compare performance across lots of different CPUs

@32th-System
Copy link
Member Author

Turns out the recent performance issues were just the UEHandler being called every time an int3 hook gets hit, and generating a crash dump multiple times per frame. I think this issue is redundant now, but benchmarking int3 hooks would still be nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant