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

Add instruction counters to CPU profiler #91

Merged
merged 1 commit into from
May 26, 2024

Conversation

mihaip
Copy link
Contributor

@mihaip mihaip commented May 20, 2024

Keeps track of instructions (including operands) that are executed, to see if there are any hotspots that could be optimized or fastpaths that should be added.

Also adds a mode where CPU profiler data is periodically output, to make it easier to get at these instruction counts during startup.

Keeps track of instructions (including operands) that are executed,
to see if there are any hotspots that could be optimized or fastpaths
that should be added.

Also adds a mode where CPU profiler data is periodically output, to
make it easier to get at these instruction counts during startup.
@dingusdev dingusdev merged commit 8a793e9 into dingusdev:master May 26, 2024
5 checks passed
@mihaip mihaip deleted the upstream-profiling branch July 31, 2024 05:20
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

Successfully merging this pull request may close these issues.

2 participants