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

Limited amount of runtime information associated with compiled frames #46

Open
ezyang opened this issue Jun 19, 2024 · 0 comments
Open

Comments

@ezyang
Copy link
Owner

ezyang commented Jun 19, 2024

tlparse currently is a compile time only metrics collector. However, there is a small amount of runtime information that I think would be really useful:

  1. How many times a particular compiled frame was hit. In particular, if we recompile multiple times, we might be interested to know how hot each of the particular recompiles are, which tells you if there is some warmup / unspec thing going on, or if there is legitimate multiple dispatch going on
  2. How quickly the compiled frames run, a sort of poor man's profiling, but mostly I just want to see the timings from a compiled products perspective, as opposed to the usual performance trace perspective
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