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

JIT hit/miss statistics #252

Open
ezyang opened this issue Oct 13, 2017 · 0 comments
Open

JIT hit/miss statistics #252

ezyang opened this issue Oct 13, 2017 · 0 comments

Comments

@ezyang
Copy link
Owner

ezyang commented Oct 13, 2017

It's easy to write code that looks like it should trigger the JIT, but it does not. Having an easy way of querying how many hits/misses for the JIT cache have occurred would help you figure out if you've messed things up.

Not clear if this should be global stats, or per compiled module.

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