We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not sure where to include this in your package (maybe in the README?), but I've found this handy:
EMU2_DEBUG="cpu" emu2 whatever.exe cut -b 129- whatever.exe-cpu.0.log | sort | uniq -c > whatever.exe.profile.0
This shows all of the instructions used in the given round of execution, as well as how many times each instruction was executed.
Regardless of what you decide, thank you for the awesome program.
The text was updated successfully, but these errors were encountered:
Thanks for the tip.
If you add a section to the README file with your tip I can merge the changes!
Have Fun!
Sorry, something went wrong.
No branches or pull requests
I'm not sure where to include this in your package (maybe in the README?), but I've found this handy:
This shows all of the instructions used in the given round of execution, as well as how many times each instruction was executed.
Regardless of what you decide, thank you for the awesome program.
The text was updated successfully, but these errors were encountered: